V4L/DVB (5116): Remove some warnings when compiling on x86_64
authorMauro Carvalho Chehab <mchehab@infradead.org>
Mon, 22 Jan 2007 01:02:35 +0000 (22:02 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 21 Feb 2007 15:34:47 +0000 (13:34 -0200)
commit69b04f0dc1c489899b610cb44209da9d728b248f
tree795cbf190b00e73b75c45187ba5c89a2ea44fd1d
parent05eda24968a6bb7082b632769bd72126f85485a6
V4L/DVB (5116): Remove some warnings when compiling on x86_64

pvrusb2-encoder.c: In function 'pvr2_encoder_cmd':
pvrusb2-encoder.c:195: warning: format '%u' expects
type 'unsigned int', but argument 3 has type 'long unsigned int'
pvrusb2-encoder.c:205: warning: format '%u' expects
type 'unsigned int', but argument 3 has type 'long unsigned int'
pvrusb2-encoder.c: In function 'pvr2_encoder_vcmd':
pvrusb2-encoder.c:303: warning: format '%u' expects
type 'unsigned int', but argument 3 has type 'long unsigned int'

Acked-by: Mike Isely <isely@isely.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pvrusb2/pvrusb2-encoder.c