linux-sg2042/drivers/media/video/usbvision
Trent Piepho bc147135bc V4L/DVB (5900): usbvision: fix bugs [sg]_register functions
s_register was assigning the return code to (unsigned)reg->val, rather than
errCode, which it what it would return.  Except reg->val can't be < 0, so it
would never actually return an error.

g_register never actually put the value it read into reg->val.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-07-30 16:26:31 -03:00
..
Kconfig V4L/DVB (5586): Use menuconfig objects II - V4L 2007-05-09 10:12:39 -03:00
Makefile V4L/DVB (4937): Usbvision cleanup and code reorganization 2006-12-10 09:22:49 -02:00
usbvision-cards.c V4L/DVB (5825): Alter the tuner type for the WinTV USB UK PAL model. 2007-07-18 14:24:37 -03:00
usbvision-cards.h V4L/DVB (5530): Usbvision: remove CustomDevice facility 2007-04-27 15:45:43 -03:00
usbvision-core.c V4L/DVB (5826): Usbvision: video mux cleanup 2007-07-18 14:24:38 -03:00
usbvision-i2c.c V4L/DVB (5529): Usbvision: remove not needed TUNER_SET_TYPE_ADDR call 2007-04-27 15:45:41 -03:00
usbvision-video.c V4L/DVB (5900): usbvision: fix bugs [sg]_register functions 2007-07-30 16:26:31 -03:00
usbvision.h V4L/DVB (5826): Usbvision: video mux cleanup 2007-07-18 14:24:38 -03:00