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>
This commit is contained in:
Mauro Carvalho Chehab 2008-02-14 01:52:48 -03:00
parent 83db33a3e5
commit 40ae91a758
1 changed files with 3 additions and 0 deletions

View File

@ -754,6 +754,9 @@ skip_std_specific:
goto check_device;
}
if (new_fw.type & FM)
goto check_device;
/* Load SCODE firmware, if exists */
tuner_dbg("Trying to load scode %d\n", new_fw.scode_nr);