aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stb0899_algo.c
diff options
context:
space:
mode:
authorMarko Schluessler <marco@lordzodiac.de>2007-10-23 18:56:18 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 14:53:19 -0500
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 ff3a3f83a6d3..17f0311ead67 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)
515 struct stb0899_config *config = state->config; 515 struct stb0899_config *config = state->config;
516 516
517 u8 bclc, reg; 517 u8 bclc, reg;
518 u8 cfr[1]; 518 u8 cfr[2];
519 u8 eq_const[10]; 519 u8 eq_const[10];
520 s32 clnI = 3; 520 s32 clnI = 3;
521 u32 bandwidth = 0; 521 u32 bandwidth = 0;