From: Mauro Carvalho Chehab Date: Fri, 22 Aug 2014 10:52:54 +0000 (-0500) Subject: [media] atmel-isi: tag dma_addr_t as such X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~411 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f05232f59ce53f421faf35122bc0e2dd141ea00;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed