commit | 18114f61359ac05e3aa797d53d63f40db41f798d | [log] [tgz] |
---|---|---|
author | Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> | Fri Jan 30 18:16:46 2009 -0800 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Wed Feb 04 17:28:21 2009 -0800 |
tree | 7eccf7f9377329b9f0b91ac7b72a7a6344f7c4f1 | |
parent | 019a1369667c3978f9644982ebe6d261dd2bbc40 [diff] |
x86: uaccess: use errret as error value in __put_user_size() Impact: cleanup In __put_user_size() macro errret is used for error value. But if size is 8, errret isn't passed to__put_user_asm_u64(). This behavior is inconsistent. Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>