]> git.karo-electronics.de Git - mv-sheeva.git/commit
video: pxa3xx-gcu: Return -EFAULT when copy_from_user() fails
authoraxel lin <axel.lin@gmail.com>
Fri, 14 Jan 2011 09:39:11 +0000 (09:39 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 18 Jan 2011 04:40:34 +0000 (13:40 +0900)
commit0b7f1cc79d61427961e311c6a21f528bdb226e40
tree773b512ff69f55966af6ba0cc69bd82d85723b64
parent6c9571f4b759717e1c938cbc6b53ec8ce5813245
video: pxa3xx-gcu: Return -EFAULT when copy_from_user() fails

Return -EFAULT instead of number of bytes that could not be copied if
copy_from_user() fails.

Also fix a typo in the comments.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/pxa3xx-gcu.c