linux/drivers/media
Mauro Carvalho Chehab 363d79f1d5 [media] tw686x: Don't go past array
Depending on the compiler version, currently it produces the
following warnings:
	tw686x-video.c: In function 'tw686x_video_init':
	tw686x-video.c:65:543: warning: array subscript is above array bounds [-Warray-bounds]

This is actually bogus with the current code, as it currently
hardcodes the framerate to 30 frames/sec, however a potential
use after the array size could happen when the driver adds support
for setting the framerate. So, fix it.

Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2016-04-25 09:45:50 -03:00
..
common [media] tpg: Export the tpg code from vivid as a module 2016-04-20 16:14:39 -03:00
dvb-core [media] dvb-core: fix return code checking for devices with CA 2016-03-03 14:33:33 -03:00
dvb-frontends [media] dib0090: fix smatch error 2016-04-20 15:48:59 -03:00
firewire
i2c [media] media/i2c/adv*: make controls inheritable instead of private 2016-04-25 08:14:38 -03:00
mmc
pci [media] tw686x: Don't go past array 2016-04-25 09:45:50 -03:00
platform [media] tpg: Export the tpg code from vivid as a module 2016-04-20 16:14:39 -03:00
radio [media] tea575x: convert to library 2016-02-10 09:34:28 -02:00
rc [media] mceusb: use %*ph for small buffer dumps 2016-03-10 13:37:44 -03:00
tuners [media] xc4000: shut up a bogus smatch message 2016-02-23 07:14:02 -03:00
usb [media] cx231xx: silence uninitialized variable warning 2016-04-25 08:06:03 -03:00
v4l2-core Revert "[media] v4l2-ioctl: simplify code" 2016-04-13 19:09:09 -03:00
Kconfig
Makefile
media-device.c [media] media-device: get rid of the spinlock 2016-04-20 13:12:02 -03:00
media-devnode.c [media] media-devnode: add missing mutex lock in error handler 2016-04-06 05:39:56 -07:00
media-entity.c [media] media-device: get rid of the spinlock 2016-04-20 13:12:02 -03:00