Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iommu/omap: Print phys_addr_t using %pa
Fixes this compile warning: drivers/iommu/omap-iommu.c: In function 'omap_iommu_map': drivers/iommu/omap-iommu.c:1139:2: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'phys_addr_t' [-Wformat=] dev_dbg(dev, "mapping da 0x%lx to pa 0x%x size 0x%x\n", da, pa, bytes); Acked-by: Laurent Pinchart <[email protected]> Signed-off-by: Joerg Roedel <[email protected]>
- Loading branch information