Mauro Carvalho Chehab 04b35abef7 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 <mchehab@infradead.org>
2007-08-23 13:17:32 -03:00
..
2007-07-31 15:39:39 -07:00
2007-08-22 19:52:46 -07:00
2007-07-31 15:39:39 -07:00
2007-08-22 19:52:45 -07:00
2007-08-22 19:52:46 -07:00
2007-08-14 18:37:15 +02:00
2007-08-22 19:52:45 -07:00
2007-08-21 10:14:28 -07:00
2007-08-11 15:47:41 -07:00
2007-07-31 15:39:37 -07:00
2007-07-29 16:53:59 -07:00
2007-08-22 19:52:47 -07:00
2007-08-22 19:52:45 -07:00
2007-08-11 15:47:42 -07:00
2007-08-20 23:38:44 -07:00
2007-07-26 11:35:17 -07:00
2007-07-29 18:58:39 +00:00