mirror of https://gitee.com/openkylin/linux.git
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:
parent
83db33a3e5
commit
40ae91a758
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue