diff options
-rw-r--r-- | drivers/staging/media/as102/as102_fe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/media/as102/as102_fe.c b/drivers/staging/media/as102/as102_fe.c index 426e61c07066..b686b7617cdc 100644 --- a/drivers/staging/media/as102/as102_fe.c +++ b/drivers/staging/media/as102/as102_fe.c | |||
@@ -238,7 +238,8 @@ static int as102_fe_ts_bus_ctrl(struct dvb_frontend *fe, int acquire) | |||
238 | 238 | ||
239 | if (acquire) { | 239 | if (acquire) { |
240 | if (elna_enable) | 240 | if (elna_enable) |
241 | as10x_cmd_set_context(&dev->bus_adap, CONTEXT_LNA, dev->elna_cfg); | 241 | as10x_cmd_set_context(&dev->bus_adap, |
242 | CONTEXT_LNA, dev->elna_cfg); | ||
242 | 243 | ||
243 | ret = as10x_cmd_turn_on(&dev->bus_adap); | 244 | ret = as10x_cmd_turn_on(&dev->bus_adap); |
244 | } else { | 245 | } else { |