diff options
Diffstat (limited to 'drivers/media/video/tuner-xc2028.c')
-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, | |||
663 | return rc; | 663 | return rc; |
664 | } | 664 | } |
665 | 665 | ||
666 | if (priv->ctrl.mts) | 666 | if (priv->ctrl.mts && !(type & FM)) |
667 | type |= MTS; | 667 | type |= MTS; |
668 | 668 | ||
669 | retry: | 669 | retry: |