V4L/DVB (4973): Dvb-core: fix printk type warning
authorMichael Krufky <mkrufky@linuxtv.org>
Thu, 14 Dec 2006 16:53:33 +0000 (13:53 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 27 Dec 2006 16:19:15 +0000 (14:19 -0200)
commit5ef35be42dfaa155e02718a9bd34cc341f327883
treeddfd69139964c7a656e1ec15dcbc3b0def424d36
parentdedcefb085fe98a1feaf63590fe2fc7e0ecb1987
V4L/DVB (4973): Dvb-core: fix printk type warning

dvb_net.c: In function 'dvb_net_ule':
dvb_net.c:628: warning: format '%#lx' expects type 'long unsigned int', but argument 3 has type 'u32'
dvb_net.c:628: warning: format '%#lx' expects type 'long unsigned int', but argument 4 has type 'u32'

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-core/dvb_net.c