From: Andrew Morton <a...@linux-foundation.org>

Mad guess.

Cc: Manu Abraham <m...@linuxtv.org>
Cc: Mauro Carvalho Chehab <mche...@redhat.com>
Signed-off-by: Andrew Morton <a...@linux-foundation.org>
---

 drivers/media/dvb/frontends/stv090x.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN 
drivers/media/dvb/frontends/stv090x.c~drivers-media-dvb-frontends-stv090xc-fix-use-uninitlalised
 drivers/media/dvb/frontends/stv090x.c
--- 
a/drivers/media/dvb/frontends/stv090x.c~drivers-media-dvb-frontends-stv090xc-fix-use-uninitlalised
+++ a/drivers/media/dvb/frontends/stv090x.c
@@ -2047,7 +2047,7 @@ static int stv090x_chk_tmg(struct stv090
        u32 reg;
        s32 tmg_cpt = 0, i;
        u8 freq, tmg_thh, tmg_thl;
-       int tmg_lock;
+       int tmg_lock = 0;
 
        freq = STV090x_READ_DEMOD(state, CARFREQ);
        tmg_thh = STV090x_READ_DEMOD(state, TMGTHRISE);
_
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to