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

drivers/media/dvb/frontends/stv090x.c: In function 'stv090x_blind_search':
drivers/media/dvb/frontends/stv090x.c:1967: warning: 'coarse_fail' may be used 
uninitialized in this function

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 |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff -puN 
drivers/media/dvb/frontends/stv090x.c~drivers-media-dvb-frontends-stv090xc-fix-use-uninitialised
 drivers/media/dvb/frontends/stv090x.c
--- 
a/drivers/media/dvb/frontends/stv090x.c~drivers-media-dvb-frontends-stv090xc-fix-use-uninitialised
+++ a/drivers/media/dvb/frontends/stv090x.c
@@ -1964,7 +1964,8 @@ static int stv090x_blind_search(struct s
        u32 agc2, reg, srate_coarse;
        s32 cpt_fail, agc2_ovflw, i;
        u8 k_ref, k_max, k_min;
-       int coarse_fail, lock;
+       int coarse_fail = 0;
+       int lock;
 
        k_max = 110;
        k_min = 10;
_
--
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