diff options
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/frontends/stv0367.c | 2 |
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 | ||
1048 | static int stv0367ter_filt_coeff_init(struct stv0367_state *state, | 1048 | static 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 | ||