From: Mauro Carvalho Chehab Date: Mon, 20 Aug 2007 19:45:35 +0000 (-0300) Subject: V4L/DVB (6070): Fix a warning at dvb_net X-Git-Tag: v2.6.23-rc4~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04b35abef779f5ed1ff5c039dffbbcc5d2c060b6;p=pandora-kernel.git V4L/DVB (6070): Fix a warning at dvb_net static function dvb_net_sec declares input arg "pkt" as u8. However, the same argument at dvb_net_sec_callback is defined as "const u8". When calling dvb_net_sec, this is casted as just "u8". gcc 4.2.1 generates a warning about that: CC [M] drivers/media/dvb/dvb-core/dvb_net.o drivers/media/dvb/dvb-core/dvb_net.c: In function "dvb_net_sec_callback": drivers/media/dvb/dvb-core/dvb_net.c:905: warning: passing argument 2 of "dvb_net_sec" discards qualifiers from pointer target type Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed