aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/stb0899_algo.c
diff options
context:
space:
mode:
authorMarko Schluessler <marco@lordzodiac.de>2007-10-23 19:56:18 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 17:53:19 -0200
commit7d8f1e57646d7121089ba21e270c1b390de9a17a (patch)
tree7b17d7e5d8c0561be89602bac9b30bd6aac6d53a /drivers/media/dvb/frontends/stb0899_algo.c
parent7e4e8c52e3f87a83ce967397bb389f75cb71742d (diff)
V4L/DVB (9428): Fix: assignment of wrong values
Signed-off-by: Marko Schluessler <marco@lordzodiac.de> Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stb0899_algo.c')
-rw-r--r--drivers/media/dvb/frontends/stb0899_algo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stb0899_algo.c b/drivers/media/dvb/frontends/stb0899_algo.c
index ff3a3f83a6d..17f0311ead6 100644
--- a/drivers/media/dvb/frontends/stb0899_algo.c
+++ b/drivers/media/dvb/frontends/stb0899_algo.c
@@ -515,7 +515,7 @@ enum stb0899_status stb0899_dvbs_algo(struct stb0899_state *state)
struct stb0899_config *config = state->config;
u8 bclc, reg;
- u8 cfr[1];
+ u8 cfr[2];
u8 eq_const[10];
s32 clnI = 3;
u32 bandwidth = 0;