aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorDan Carpenter <error27@gmail.com>2011-03-06 08:41:23 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-22 15:37:51 -0400
commitbc4b18c6f536de3733e247b07adcc9ea3f5684dd (patch)
tree2f0763a490b8917807a830f5063f229733ca0b50 /drivers/media/dvb/frontends
parentbf512b2d9c39af31507f485b15b9b40e2a5c499c (diff)
[media] stv0367: typo in function parameter
The CellsCoeffs arrays are [3][6][5] not [2][6][5]. Signed-off-by: Dan Carpenter <error27@gmail.com> Cc: Igor M. Liplianin <liplianin@netup.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r--drivers/media/dvb/frontends/stv0367.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stv0367.c b/drivers/media/dvb/frontends/stv0367.c
index 0ddcf7e76704..4e0e6a873b8c 100644
--- a/drivers/media/dvb/frontends/stv0367.c
+++ b/drivers/media/dvb/frontends/stv0367.c
@@ -1046,7 +1046,7 @@ static u32 stv0367ter_get_mclk(struct stv0367_state *state, u32 ExtClk_Hz)
1046} 1046}
1047 1047
1048static int stv0367ter_filt_coeff_init(struct stv0367_state *state, 1048static int stv0367ter_filt_coeff_init(struct stv0367_state *state,
1049 u16 CellsCoeffs[2][6][5], u32 DemodXtal) 1049 u16 CellsCoeffs[3][6][5], u32 DemodXtal)
1050{ 1050{
1051 int i, j, k, freq; 1051 int i, j, k, freq;
1052 1052