From: Geert Uytterhoeven Date: Fri, 17 Oct 2008 00:04:35 +0000 (-0300) Subject: V4L/DVB (9275): dvb: input data pointer of cx24116_writeregN() should be const X-Git-Tag: v2.6.28-rc1~256^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64decbfe0dca9535a6f9b0c6fa654e3c2eb47877;p=pandora-kernel.git V4L/DVB (9275): dvb: input data pointer of cx24116_writeregN() should be const | drivers/media/dvb/frontends/cx24116.c:573: warning: passing argument 3 of 'cx24116_writeregN' discards qualifiers from pointer target type Make the `data' input pointer parameter of cx24116_writeregN() const to kill the warning. Signed-off-by: Geert Uytterhoeven Signed-off-by: Andrew Morton Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed