提交 bc4b18c6 编写于 作者: D Dan Carpenter 提交者: Mauro Carvalho Chehab

[media] stv0367: typo in function parameter

The CellsCoeffs arrays are [3][6][5] not [2][6][5].
Signed-off-by: NDan Carpenter <error27@gmail.com>
Cc: Igor M. Liplianin <liplianin@netup.ru>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 bf512b2d
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册