From: Joe Perches Date: Sun, 23 Jun 2013 19:29:04 +0000 (-0700) Subject: iommu: Use %pa and %zx instead of casting X-Git-Tag: v3.11-rc1~48^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6197ca8272d16b0c7f95764a2c88eb976347e38b;p=pandora-kernel.git iommu: Use %pa and %zx instead of casting printk supports using %pa for phys_addr_t and %zx for size_t so use those instead of %lx and casts to unsigned long. Other miscellaneous changes around this: Always use 0x%zx for size instead of one use of decimal. Coalesce format and align arguments. Signed-off-by: Joe Perches Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed