Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (7200): Fix FM firmware loading

There's no need to load SCode table for FM.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

+3
+3
drivers/media/video/tuner-xc2028.c
··· 754 754 goto check_device; 755 755 } 756 756 757 + if (new_fw.type & FM) 758 + goto check_device; 759 + 757 760 /* Load SCODE firmware, if exists */ 758 761 tuner_dbg("Trying to load scode %d\n", new_fw.scode_nr); 759 762