From: Suman Anna Date: Thu, 30 May 2013 23:10:38 +0000 (-0500) Subject: iommu/omap: fix printk formats for dma_addr_t X-Git-Tag: v3.11-rc1~48^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2abfcfbcf02972f939196dce0ddf8dd470f23907;p=pandora-kernel.git iommu/omap: fix printk formats for dma_addr_t Fixed the following printk format warnings for dma_addr_t for OMAP IOMMU. drivers/iommu/omap-iommu.c: In function 'omap_iommu_iova_to_phys': drivers/iommu/omap-iommu.c:1238:4: warning: format '%lx' expects type 'long unsigned int', but argument 4 has type 'dma_addr_t' drivers/iommu/omap-iommu.c:1245:4: warning: format '%lx' expects type 'long unsigned int', but argument 4 has type 'dma_addr_t' Signed-off-by: Suman Anna Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed