aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/common/tuners/tda18271-fe.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/common/tuners/tda18271-fe.c b/drivers/media/common/tuners/tda18271-fe.c
index 1ebf95d6770f..93063c6fbbf6 100644
--- a/drivers/media/common/tuners/tda18271-fe.c
+++ b/drivers/media/common/tuners/tda18271-fe.c
@@ -103,6 +103,9 @@ static int tda18271_channel_configuration(struct dvb_frontend *fe,
103 /* disable Power Level Indicator */ 103 /* disable Power Level Indicator */
104 regs[R_EP1] |= 0x40; 104 regs[R_EP1] |= 0x40;
105 105
106 /* make sure thermometer is off */
107 regs[R_TM] &= ~0x10;
108
106 /* frequency dependent parameters */ 109 /* frequency dependent parameters */
107 110
108 tda18271_calc_ir_measure(fe, &freq); 111 tda18271_calc_ir_measure(fe, &freq);