[media] vb2 core: Fix a few printk warnings
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 11 Jan 2011 20:12:34 +0000 (17:12 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 21 Mar 2011 23:31:34 +0000 (20:31 -0300)
commit08b99e26a347441c50c1113802801a122dd1eb7a
tree73613c7c7b62d9081878c9b1e951b80b14a8f616
parentb25748fe612626d6c9e344482bb028d76c1e11f2
[media] vb2 core: Fix a few printk warnings

drivers/media/video/videobuf2-core.c: In function ‘__vb2_perform_fileio’:
drivers/media/video/videobuf2-core.c:1638: warning: format ‘%ld’ expects type ‘long int’, but argument 4 has type ‘size_t’
drivers/media/video/videobuf2-core.c:1697: warning: format ‘%ld’ expects type ‘long int’, but argument 2 has type ‘size_t’
drivers/media/video/videobuf2-core.c:1703: warning: format ‘%ld’ expects type ‘long int’, but argument 2 has type ‘size_t’

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/videobuf2-core.c