Skip to content

Commit

Permalink
[media] stv0367: typo in function parameter
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Mar 22, 2011
1 parent bf512b2 commit bc4b18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/stv0367.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit bc4b18c

Please sign in to comment.