diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-05 22:47:16 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-26 00:04:33 +0300 |
commit | 0f6dac18ccc6fb0c95f3e0269e60239661c9b4c5 (patch) | |
tree | 897299da19e3086c97a9e27906f816bf0775e3af /drivers/media | |
parent | e545d6e2760b51163da141caffd288572c2db08d (diff) | |
download | linux-0f6dac18ccc6fb0c95f3e0269e60239661c9b4c5.tar.xz |
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>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/tuner-xc2028.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c index 1817bf67dad1..f191f6a48070 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: |