iommu/omap: fix printk formats for dma_addr_t
authorSuman Anna <s-anna@ti.com>
Thu, 30 May 2013 23:10:38 +0000 (18:10 -0500)
committerJoerg Roedel <joro@8bytes.org>
Thu, 20 Jun 2013 14:53:25 +0000 (16:53 +0200)
commit2abfcfbcf02972f939196dce0ddf8dd470f23907
treeb4c1daa7892f870d449353432c851f6967a1ee1d
parent7d132055814ef17a6c7b69f342244c410a5e000f
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 <s-anna@ti.com>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
drivers/iommu/omap-iommu.c