From: Joerg Roedel Date: Thu, 22 Jan 2015 13:42:06 +0000 (+0100) Subject: iommu/omap: Print phys_addr_t using %pa X-Git-Tag: fixes-v4.0-rc1~123^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d7f449c898b4180b9db79007f23f599b5bb879e;p=pandora-kernel.git 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 Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed