mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-05-05 09:57:21 +02:00
8e4b72054f
Since commitacb2505d01("openrisc: fix copy_from_user()"), copy_from_user() returns the number of bytes requested, not the number of bytes not copied. Cc: Al Viro <viro@zeniv.linux.org.uk> Fixes:acb2505d01("openrisc: fix copy_from_user()") Signed-off-by: Guenter Roeck <linux@roeck-us.net>