android_kernel_motorola_sm6225/drivers/media/common/siano
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
..
Kconfig [media] siano: split debugfs code into a separate file 2013-03-21 07:48:41 -03:00
Makefile [media] siano: split debugfs code into a separate file 2013-03-21 07:48:41 -03:00
sms-cards.c [media] siano: add new devices to the Siano Driver 2013-03-21 07:45:06 -03:00
sms-cards.h [media] siano: add new devices to the Siano Driver 2013-03-21 07:45:06 -03:00
smscoreapi.c [media] siano: remove the bogus firmware lookup code 2013-03-21 07:52:57 -03:00
smscoreapi.h [media] siano: split debugfs code into a separate file 2013-03-21 07:48:41 -03:00
smsdvb-debugfs.c [media] siano: add support for .poll on debugfs 2013-03-21 07:52:29 -03:00
smsdvb-main.c [media] siano: fix status report with old firmware and ISDB-T 2013-03-21 07:52:16 -03:00
smsdvb.h [media] siano: Only feed DVB data when there's a feed 2013-03-21 07:52:05 -03:00
smsendian.c
smsendian.h
smsir.c [media] rc-core: add separate defines for protocol bitmaps and numbers 2012-10-27 11:49:51 -02:00
smsir.h [media] siano: allow compiling it without RC support 2012-10-17 16:59:01 -03:00