]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] m2m-deinterlace: fix two warnings
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 6 Aug 2012 12:06:34 +0000 (09:06 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 6 Aug 2012 12:06:34 +0000 (09:06 -0300)
commit84b3bd462393133e5ba6949c32a26f46b5e9f93d
tree843a099d9999bbe3ded8dc03f3bf9c007600ec14
parent8f0755c06b90a97e9e793cb474f216303cf88c2d
[media] m2m-deinterlace: fix two warnings

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: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/m2m-deinterlace.c