[media] sh_veu.c: fix two compilation warnings
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 20 Dec 2012 16:53:26 +0000 (14:53 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 20 Dec 2012 16:55:12 +0000 (14:55 -0200)
commit59dad49e5c176d8c9c0d06f6b744d0a54c578310
treeb8863036e9d5ab72439f1f82cd305d7713d9f7c5
parent6ec5575c381de50b17e68796435f20ce1b27de79
[media] sh_veu.c: fix two compilation warnings

drivers/media/platform/sh_veu.c:269:2: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'dma_addr_t' [-Wformat]
drivers/media/platform/sh_veu.c:276:2: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'dma_addr_t' [-Wformat]

Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/sh_veu.c