git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
772a2f9
)
vmwgfx: return -EFAULT if copy_to_user fails
author
Dan Carpenter
<error27@gmail.com>
Sat, 10 Jul 2010 14:30:04 +0000
(16:30 +0200)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 20 Jul 2010 05:24:11 +0000
(15:24 +1000)
copy_to_user() returns the number of bytes remaining to be copied, but
we want to return a negative error code. This gets copied to user
space.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found