linux/drivers/media/pci
Dan Carpenter e351bf25fa [media] cx18: check for allocation failure in cx18_read_eeprom()
It upsets static checkers when we don't check for allocation failure.  I
moved the memset() of "tv" earlier so we don't use uninitialized data on
error.
Fixes: 1d212cf0c2 ('[media] cx18: struct i2c_client is too big for stack')

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Andy Walls <awalls@md.metrocast.net>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2013-12-10 15:36:11 -02:00
..
b2c2 [media] pci: flexcop: Remove redundant pci_set_drvdata 2013-10-17 05:56:55 -03:00
bt8xx [media] misc drivers: remove deprecated IRQF_DISABLED 2013-10-17 06:08:31 -03:00
cx18 [media] cx18: check for allocation failure in cx18_read_eeprom() 2013-12-10 15:36:11 -02:00
cx88 [media] cx88: use correct pci drvdata type in cx88_audio_finidev() 2013-12-10 15:28:59 -02:00
cx23885 [media] media_tree: Fix spelling errors 2013-11-29 14:43:50 -02:00
cx25821 [media] cx25821: fix sparse warnings 2013-10-17 06:16:46 -03:00
ddbridge [media] ddbridge: Remove casting the return value which is a void pointer 2013-10-31 04:54:12 -02:00
dm1105 [media] dm1105: remove unneeded not-null test 2013-10-31 04:53:40 -02:00
ivtv [media] ivtv: remove deprecated IRQF_DISABLED 2013-10-17 06:08:52 -03:00
mantis [media] pci: mantis: Remove redundant pci_set_drvdata 2013-10-17 06:01:32 -03:00
meye [media] misc drivers: remove deprecated IRQF_DISABLED 2013-10-17 06:08:31 -03:00
ngene [media] ngene: Remove casting the return value which is a void pointer 2013-10-31 04:53:59 -02:00
pluto2 [media] media_tree: Fix spelling errors 2013-11-29 14:43:50 -02:00
pt1 [media] pci: pt1: Remove redundant pci_set_drvdata 2013-10-17 06:01:59 -03:00
saa7134 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 2013-11-18 15:08:02 -08:00
saa7146 [media] mxb: check register address when reading/writing a register 2013-06-17 08:53:48 -03:00
saa7164 [media] misc drivers: remove deprecated IRQF_DISABLED 2013-10-17 06:08:31 -03:00
sta2x11 [media] sta2x11_vip: fix error return code in sta2x11_vip_init_one() 2013-05-27 08:51:45 -03:00
ttpci [media] av7110_hw: Don't use dynamic static allocation 2013-11-08 09:45:41 -02:00
zoran [media] zoran: don't build it on alpha 2013-11-07 15:03:19 -02:00
Kconfig Properly handle tristate dependencies on USB/PCI menus 2013-06-17 11:40:28 -03:00
Makefile