commit | 6197ca8272d16b0c7f95764a2c88eb976347e38b | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Jun 23 12:29:04 2013 -0700 |
committer | Joerg Roedel <joro@8bytes.org> | Mon Jun 24 12:31:49 2013 +0200 |
tree | e17fa4eb5522b992a0e9a051795adb2d0177cca8 | |
parent | c6a8af50b89e78f7f429f6189d9db82215cc8873 [diff] |
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 <joe@perches.com> Signed-off-by: Joerg Roedel <joro@8bytes.org>