Commit 0f6dac18 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (6954): There isn't a MTS radio firmware

Try to load non-MTS firmware instead.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent e545d6e2
......@@ -663,7 +663,7 @@ static int check_firmware(struct dvb_frontend *fe, unsigned int type,
return rc;
}
if (priv->ctrl.mts)
if (priv->ctrl.mts && !(type & FM))
type |= MTS;
retry:
......
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