[media] atmel-isi: tag dma_addr_t as such
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 22 Aug 2014 10:52:54 +0000 (05:52 -0500)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 26 Aug 2014 21:52:01 +0000 (18:52 -0300)
commit8f05232f59ce53f421faf35122bc0e2dd141ea00
tree40ef0720b9c4bac9a99c47e6caf310db840ff579
parent14bb9b0485caa2577925393efc04fab957a38b40
[media] atmel-isi: tag dma_addr_t as such

Instead of using u32 for DMA address, use the proper
Kernel type for it.

   drivers/media/platform/soc_camera/atmel-isi.c: In function 'atmel_isi_probe':
>> drivers/media/platform/soc_camera/atmel-isi.c:981:26: warning: passing argument 3 of 'dma_alloc_attrs' from incompatible pointer type
     isi->p_fb_descriptors = dma_alloc_coherent(&pdev->dev,
                             ^

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/soc_camera/atmel-isi.c