linux-kernel-test/drivers/media/video/usbvision
Thierry MERLE c430ca1e16 V4L/DVB (5019): Fix the frame->grabstate update in read() entry point.
The Coverity checker spotted that in usbvision_v4l2_read(), the variable
"frmx" is never assigned any value different from -1, but it's used an 
an array index in "usbvision->frame[frmx]".
Thanks to Adrian Bunk <bunk@stusta.de> for warning about that.

Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-01-15 16:25:24 -02:00
..
Kconfig V4L/DVB (4925): Corrected and separated the Kconfig for usbvision 2006-12-10 09:05:42 -02:00
Makefile V4L/DVB (4937): Usbvision cleanup and code reorganization 2006-12-10 09:22:49 -02:00
usbvision-cards.c V4L/DVB (4979): Fixes compilation when CONFIG_V4L1_COMPAT is not selected 2006-12-27 14:19:21 -02:00
usbvision-core.c V4L/DVB (5012): Usbvision fix: It was using "&&" instead "&" 2006-12-27 14:23:41 -02:00
usbvision-i2c.c V4L/DVB (4970): Usbvision memory fixes 2006-12-27 14:19:04 -02:00
usbvision-video.c V4L/DVB (5019): Fix the frame->grabstate update in read() entry point. 2007-01-15 16:25:24 -02:00
usbvision.h V4L/DVB (4970): Usbvision memory fixes 2006-12-27 14:19:04 -02:00