diff options
Diffstat (limited to 'drivers/media/common/tuners/tda8290.c')
-rw-r--r-- | drivers/media/common/tuners/tda8290.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/common/tuners/tda8290.c b/drivers/media/common/tuners/tda8290.c index a88e67632c52..064d14c8d7b2 100644 --- a/drivers/media/common/tuners/tda8290.c +++ b/drivers/media/common/tuners/tda8290.c | |||
@@ -624,6 +624,7 @@ static int tda829x_find_tuner(struct dvb_frontend *fe) | |||
624 | 624 | ||
625 | if ((data == 0x83) || (data == 0x84)) { | 625 | if ((data == 0x83) || (data == 0x84)) { |
626 | priv->ver |= TDA18271; | 626 | priv->ver |= TDA18271; |
627 | tda829x_tda18271_config.config = priv->cfg.config; | ||
627 | dvb_attach(tda18271_attach, fe, priv->tda827x_addr, | 628 | dvb_attach(tda18271_attach, fe, priv->tda827x_addr, |
628 | priv->i2c_props.adap, &tda829x_tda18271_config); | 629 | priv->i2c_props.adap, &tda829x_tda18271_config); |
629 | } else { | 630 | } else { |