linux_dsm_epyc7002/drivers/media/common
Mauro Carvalho Chehab e584f9d61e [media] siano: remove the bogus firmware lookup code
There is an special lookup code that is called when
SMS_BOARD_UNKNOWN. The logic there is bogus and will cause
an oops, as .type is SMS_UNKNOWN_TYPE (-1).
As the code would do:
	return smscore_fw_lkup[type][mode];
That would mean that it would try to go past the
smscore_fw_lkup table.
So, just remove that bogus code, simplifying the logic.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2013-03-21 07:52:57 -03:00
..
b2c2 [media] common/*/Kconfig: Remove unused helps 2012-10-17 16:59:13 -03:00
saa7146 [media] media: saa7146: don't use mutex_lock_interruptible() in device_release() 2012-12-27 17:34:28 -02:00
siano [media] siano: remove the bogus firmware lookup code 2013-03-21 07:52:57 -03:00
btcx-risc.c [media] btcx-risc: move from media/i2c to media/common 2013-02-08 16:11:25 -02:00
btcx-risc.h [media] btcx-risc: move from media/i2c to media/common 2013-02-08 16:11:25 -02:00
cx2341x.c [media] cx2341x: move from media/i2c to media/common 2013-02-08 16:09:55 -02:00
Kconfig [media] tveeprom: move from media/i2c to media/common 2013-02-08 16:12:29 -02:00
Makefile [media] tveeprom: move from media/i2c to media/common 2013-02-08 16:12:29 -02:00
tveeprom.c [media] tveeprom: Fix lots of bad whitespace 2013-02-08 16:19:22 -02:00