• Mauro Carvalho Chehab's avatar
    [media] m2m-deinterlace: fix two warnings · 84b3bd46
    Mauro Carvalho Chehab authored
    drivers/media/video/m2m-deinterlace.c: In function ‘deinterlace_issue_dma’:
    drivers/media/video/m2m-deinterlace.c:363:3: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘dma_addr_t’ [-Wformat]
    drivers/media/video/m2m-deinterlace.c:363:3: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘dma_addr_t’ [-Wformat]
    
    Cc: Javier Martin <javier.martin@vista-silicon.com>
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
    84b3bd46
m2m-deinterlace.c 28 KB