diff options
Diffstat (limited to 'drivers/media/common/tuners/tda18271-fe.c')
-rw-r--r-- | drivers/media/common/tuners/tda18271-fe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/tda18271-fe.c b/drivers/media/common/tuners/tda18271-fe.c index e0fd9f5d5944..eb7724158861 100644 --- a/drivers/media/common/tuners/tda18271-fe.c +++ b/drivers/media/common/tuners/tda18271-fe.c | |||
@@ -1224,7 +1224,8 @@ struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, u8 addr, | |||
1224 | priv->gate = (cfg) ? cfg->gate : TDA18271_GATE_AUTO; | 1224 | priv->gate = (cfg) ? cfg->gate : TDA18271_GATE_AUTO; |
1225 | priv->role = (cfg) ? cfg->role : TDA18271_MASTER; | 1225 | priv->role = (cfg) ? cfg->role : TDA18271_MASTER; |
1226 | priv->config = (cfg) ? cfg->config : 0; | 1226 | priv->config = (cfg) ? cfg->config : 0; |
1227 | priv->small_i2c = (cfg) ? cfg->small_i2c : 0; | 1227 | priv->small_i2c = (cfg) ? |
1228 | cfg->small_i2c : TDA18271_39_BYTE_CHUNK_INIT; | ||
1228 | priv->output_opt = (cfg) ? | 1229 | priv->output_opt = (cfg) ? |
1229 | cfg->output_opt : TDA18271_OUTPUT_LT_XT_ON; | 1230 | cfg->output_opt : TDA18271_OUTPUT_LT_XT_ON; |
1230 | 1231 | ||