From: Mauro Carvalho Chehab Date: Sat, 5 Jan 2008 19:47:16 +0000 (-0300) Subject: V4L/DVB (6954): There isn't a MTS radio firmware X-Git-Tag: v2.6.25-rc1~1235^2~93 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=0f6dac18ccc6fb0c95f3e0269e60239661c9b4c5;p=~andy%2Flinux V4L/DVB (6954): There isn't a MTS radio firmware Try to load non-MTS firmware instead. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c index 1817bf67dad..f191f6a4807 100644 --- a/drivers/media/video/tuner-xc2028.c +++ b/drivers/media/video/tuner-xc2028.c @@ -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: