mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
copy_from_user() returns the number of bytes remaining if it fails, but we want to return -EFAULT here. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Thierry Reding <treding@nvidia.com>