]> Pileus Git - ~andy/linux/commitdiff
V4L/DVB (6954): There isn't a MTS radio firmware
authorMauro Carvalho Chehab <mchehab@infradead.org>
Sat, 5 Jan 2008 19:47:16 +0000 (16:47 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:04:33 +0000 (19:04 -0200)
Try to load non-MTS firmware instead.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-xc2028.c

index 1817bf67dad1ded8983e9a207a8f87023dc7682d..f191f6a4807068869ef360d053325d08a7e3f14a 100644 (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: