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:
Mauro Carvalho Chehab 2008-01-05 16:47:16 -03:00
parent e545d6e276
commit 0f6dac18cc

View file

@ -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: