• Mauro Carvalho Chehab's avatar
    [media] vb2 core: Fix a few printk warnings · 08b99e26
    Mauro Carvalho Chehab authored
    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: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
    08b99e26
videobuf2-core.c 45.7 KB