]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB (13688): au8522: modify the attributes of local filter coefficients
authorMárton Németh <nm127@freemail.hu>
Sun, 13 Dec 2009 20:19:37 +0000 (17:19 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 16 Dec 2009 11:27:58 +0000 (09:27 -0200)
commit35f966a9809735d42a044370f0d16893fd13ba51
tree0726c56a707846a3f2f3b76678535528e0663f97
parent639b7a058de1c7d018966abbb6a7b64d3c781dfa
V4L/DVB (13688): au8522: modify the attributes of local filter coefficients

Make the local filter coefficients static and const. This will eliminate the
following sparse warnings (see "make C=1"):
 * au8522_decoder.c:71:31: warning: symbol 'filter_coef' was not declared. Should it be static?
 * au8522_decoder.c:113:31: warning: symbol 'lpfilter_coef' was not declared. Should it be static?

Signed-off-by: Márton Németh <nm127@freemail.hu>
Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/au8522_decoder.c