V4L/DVB (6954): There isn't a MTS radio firmware
Try to load non-MTS firmware instead. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
e545d6e276
commit
0f6dac18cc
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ static int check_firmware(struct dvb_frontend *fe, unsigned int type,
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (priv->ctrl.mts)
|
if (priv->ctrl.mts && !(type & FM))
|
||||||
type |= MTS;
|
type |= MTS;
|
||||||
|
|
||||||
retry:
|
retry:
|
||||||
|
|
Loading…
Add table
Reference in a new issue