mlx5: Return -EFAULT instead of -EPERM
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 10 Jul 2013 10:58:59 +0000 (13:58 +0300)
committerRoland Dreier <roland@purestorage.com>
Thu, 11 Jul 2013 23:48:45 +0000 (16:48 -0700)
For copy_to/from_user() failure, the correct error code is -EFAULT not
-EPERM.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>

No differences found