[media] drxk_hard: fix bad alignments
drivers/media/dvb-frontends/drxk_hard.c:2224:3-22: code aligned with following code on line 2227 Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
cea1300214
commit
89fffac802
|
@ -2220,12 +2220,13 @@ static int set_agc_rf(struct drxk_state *state,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set TOP, only if IF-AGC is in AUTO mode */
|
/* Set TOP, only if IF-AGC is in AUTO mode */
|
||||||
if (p_if_agc_settings->ctrl_mode == DRXK_AGC_CTRL_AUTO)
|
if (p_if_agc_settings->ctrl_mode == DRXK_AGC_CTRL_AUTO) {
|
||||||
status = write16(state,
|
status = write16(state,
|
||||||
SCU_RAM_AGC_IF_IACCU_HI_TGT_MAX__A,
|
SCU_RAM_AGC_IF_IACCU_HI_TGT_MAX__A,
|
||||||
p_agc_cfg->top);
|
p_agc_cfg->top);
|
||||||
if (status < 0)
|
if (status < 0)
|
||||||
goto error;
|
goto error;
|
||||||
|
}
|
||||||
|
|
||||||
/* Cut-Off current */
|
/* Cut-Off current */
|
||||||
status = write16(state, SCU_RAM_AGC_RF_IACCU_HI_CO__A,
|
status = write16(state, SCU_RAM_AGC_RF_IACCU_HI_CO__A,
|
||||||
|
|
Loading…
Reference in New Issue