commit | 9f73bd8bb445e0cbe4bcef6d4cfc788f1e184007 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Feb 04 16:54:45 2016 +0000 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Wed Jun 22 19:55:11 2016 +0100 |
tree | e252451345e484c135113d8274fdc8437cf9377b | |
parent | 9f85eae622cd9b63dc44b7dcfa958b3881a09cbb [diff] |
ARM: uaccess: remove put_user() code duplication Remove the code duplication between put_user() and __put_user(). The code which selected the implementation based upon the pointer size, and declared the local variable to hold the value to be put are common to both implementations. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>