aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/common')
-rw-r--r--drivers/media/common/tuners/tda18271-fe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/common/tuners/tda18271-fe.c b/drivers/media/common/tuners/tda18271-fe.c
index d3d91ea9f1ac..2e67f4459904 100644
--- a/drivers/media/common/tuners/tda18271-fe.c
+++ b/drivers/media/common/tuners/tda18271-fe.c
@@ -946,6 +946,7 @@ static int tda18271_set_params(struct dvb_frontend *fe)
946 map = &std_map->atsc_6; 946 map = &std_map->atsc_6;
947 bw = 6000000; 947 bw = 6000000;
948 break; 948 break;
949 case SYS_ISDBT:
949 case SYS_DVBT: 950 case SYS_DVBT:
950 case SYS_DVBT2: 951 case SYS_DVBT2:
951 if (bw <= 6000000) { 952 if (bw <= 6000000) {