V4L/DVB (5834): dvb-core: fix signedness warnings and const stripping
authorTrent Piepho <xyzzy@speakeasy.org>
Fri, 13 Jul 2007 21:46:19 +0000 (18:46 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 18 Jul 2007 17:24:43 +0000 (14:24 -0300)
commit372280d2a3593e90d8849a5dc5676d2e9799e3a3
tree67b49ab8b91fd1fb54ebf06707abc037dfa6dedf
parentd67be61ebe5efaf9c4c11bf168781d678854c966
V4L/DVB (5834): dvb-core: fix signedness warnings and const stripping

Make some pointers const, and then delete some now unnecessary casts,
which were the wrong signedness anyway, being used to strip the const
from another pointer.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-core/dvb_net.c