projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
690c79a
)
V4L/DVB: drivers/media/dvb/frontends/stv090x.c: fix use-uninitlalised
author
Andrew Morton
<
[email protected]
>
Tue, 2 Feb 2010 22:40:51 +0000
(19:40 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Fri, 26 Feb 2010 18:10:51 +0000
(15:10 -0300)
Mad guess.
Signed-off-by: Andrew Morton <
[email protected]
>
Reviewed-by: Manu Abraham <
[email protected]
>
Acked-by: Manu Abraham <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/dvb/frontends/stv090x.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/stv090x.c
b/drivers/media/dvb/frontends/stv090x.c
index a11a2eb27f55f67d20bd3eca8087da1ac4c8963c..c52c3357dc54dc71900f332c8e5c91e4b1f50cd5 100644
(file)
--- a/
drivers/media/dvb/frontends/stv090x.c
+++ b/
drivers/media/dvb/frontends/stv090x.c
@@
-2047,7
+2047,7
@@
static int stv090x_chk_tmg(struct stv090x_state *state)
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);