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)
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>

No differences found