Skip to content
Snippets Groups Projects
Commit 40ae91a7 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB (7200): Fix FM firmware loading


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

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 83db33a3
No related branches found
No related tags found
No related merge requests found
...@@ -754,6 +754,9 @@ static int check_firmware(struct dvb_frontend *fe, unsigned int type, ...@@ -754,6 +754,9 @@ static int check_firmware(struct dvb_frontend *fe, unsigned int type,
goto check_device; goto check_device;
} }
if (new_fw.type & FM)
goto check_device;
/* Load SCODE firmware, if exists */ /* Load SCODE firmware, if exists */
tuner_dbg("Trying to load scode %d\n", new_fw.scode_nr); tuner_dbg("Trying to load scode %d\n", new_fw.scode_nr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment