projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf512b2
)
[media] stv0367: typo in function parameter
author
Dan Carpenter
<error27@gmail.com>
Sun, 6 Mar 2011 13:41:23 +0000
(10:41 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 22 Mar 2011 19:37:51 +0000
(16:37 -0300)
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>
drivers/media/dvb/frontends/stv0367.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/stv0367.c
b/drivers/media/dvb/frontends/stv0367.c
index 0ddcf7e767047cce7b930bc6e9c2b50a37ded697..4e0e6a873b8cab67f958033d6e7cb9d9d6be224b 100644
(file)
--- 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;