vmwgfx: return an -EFAULT if copy_to_user() fails
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 12 Nov 2012 11:07:24 +0000 (11:07 +0000)
committerDave Airlie <airlied@redhat.com>
Thu, 15 Nov 2012 23:53:01 +0000 (09:53 +1000)
copy_to_user() returns the number of bytes remaining to be copied, but
we want to return a negative error code here.  I fixed a couple of these
last year, but I missed this one.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found