From: Thierry Reding Date: Tue, 17 Sep 2013 08:19:31 +0000 (+0200) Subject: iommu/tegra: Print phys_addr_t using %pa X-Git-Tag: v3.13-rc1~79^2^3~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e56b3dab34d41804b57b900f5b7e7837ece0367b;p=pandora-kernel.git iommu/tegra: Print phys_addr_t using %pa When enabling LPAE on ARM, phys_addr_t becomes 64 bits wide and printing a variable of that type using a simple %x format specifier causes the compiler to complain. Change the format specifier to %pa, which is used specifically for variables of type phys_addr_t. Signed-off-by: Thierry Reding Acked-by: Olof Johansson Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed