public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 2/2] [media] stv0367: typo in function parameter
@ 2011-03-06 13:41 Dan Carpenter
  0 siblings, 0 replies; only message in thread
From: Dan Carpenter @ 2011-03-06 13:41 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Igor M. Liplianin, linux-media, kernel-janitors

The CellsCoeffs arrays are [3][6][5] not [2][6][5].

Signed-off-by: Dan Carpenter <error27@gmail.com>

diff --git a/drivers/media/dvb/frontends/stv0367.c b/drivers/media/dvb/frontends/stv0367.c
index 7117ce9..ec9de40 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)
 }
 
 static int stv0367ter_filt_coeff_init(struct stv0367_state *state,
-				u16 CellsCoeffs[2][6][5], u32 DemodXtal)
+				u16 CellsCoeffs[3][6][5], u32 DemodXtal)
 {
 	int i, j, k, freq;
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-06 13:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-06 13:41 [patch 2/2] [media] stv0367: typo in function parameter Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox