summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
diff options
context:
space:
mode:
authorManu Abraham <manu@linuxtv.org>2009-06-17 23:48:17 +0400
committerManu Abraham <manu@linuxtv.org>2009-06-17 23:48:17 +0400
commitf40ea9829416dcd77a605a2d16a82c115a235cd2 (patch)
treebcfcf5abd9f938281121605e59ce2998a3878750 /linux/drivers/media/dvb
parentd751a965ff35ef575d2863b5d1256dd8e2a0bddf (diff)
downloadmediapointer-dvb-s2-f40ea9829416dcd77a605a2d16a82c115a235cd2.tar.gz
mediapointer-dvb-s2-f40ea9829416dcd77a605a2d16a82c115a235cd2.tar.bz2
Fix a redundant compiler warning
From: Manu Abraham <abraham.manu@gmail.com> Signed-off-by: Manu Abraham <manu@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r--linux/drivers/media/dvb/frontends/stv090x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv090x.c b/linux/drivers/media/dvb/frontends/stv090x.c
index 62078400f..fc6e1a42b 100644
--- a/linux/drivers/media/dvb/frontends/stv090x.c
+++ b/linux/drivers/media/dvb/frontends/stv090x.c
@@ -3405,7 +3405,7 @@ static u8 stv090x_optimize_carloop(struct stv090x_state *state, enum stv090x_mod
static u8 stv090x_optimize_carloop_short(struct stv090x_state *state)
{
- struct stv090x_short_frame_crloop *short_crl;
+ struct stv090x_short_frame_crloop *short_crl = NULL;
s32 index = 0;
u8 aclc = 0x0b;