]> bbs.cooldavid.org Git - net-next-2.6.git/commit
V4L/DVB: media/radio: fix copy_to_user to user handling
authorDan Carpenter <error27@gmail.com>
Fri, 4 Jun 2010 10:34:40 +0000 (07:34 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 2 Aug 2010 18:28:51 +0000 (15:28 -0300)
commitaac870a8770281c6ad619b538df77840b9513a0b
tree65c7b64f8c7200c64411e8eced9bfddd1e6f3751
parent398630e4edadac3d21519b8d009e30c3cdd91926
V4L/DVB: media/radio: fix copy_to_user to user handling

copy_to/from_user() returns the number of bytes remaining to be copied
but the code here was testing for negative returns.  I modified it to
return -EFAULT.  These functions are called from si4713_s_ext_ctrls() and
that only tests for negative error codes.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/radio/si4713-i2c.c