aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/dvb/frontends/stv090x.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stv090x.c b/drivers/media/dvb/frontends/stv090x.c
index e1d4647b1a99..a11a2eb27f55 100644
--- a/drivers/media/dvb/frontends/stv090x.c
+++ b/drivers/media/dvb/frontends/stv090x.c
@@ -1964,7 +1964,8 @@ static int stv090x_blind_search(struct stv090x_state *state)
1964 u32 agc2, reg, srate_coarse; 1964 u32 agc2, reg, srate_coarse;
1965 s32 cpt_fail, agc2_ovflw, i; 1965 s32 cpt_fail, agc2_ovflw, i;
1966 u8 k_ref, k_max, k_min; 1966 u8 k_ref, k_max, k_min;
1967 int coarse_fail, lock; 1967 int coarse_fail = 0;
1968 int lock;
1968 1969
1969 k_max = 110; 1970 k_max = 110;
1970 k_min = 10; 1971 k_min = 10;