mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -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>