Commit 40ae91a7 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

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
......@@ -754,6 +754,9 @@ static int check_firmware(struct dvb_frontend *fe, unsigned int type,
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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment