diff options
author | Joe Perches <joe@perches.com> | 2013-06-23 21:29:04 +0200 |
---|---|---|
committer | Joerg Roedel <joro@8bytes.org> | 2013-06-24 12:31:49 +0200 |
commit | 6197ca8272d16b0c7f95764a2c88eb976347e38b (patch) | |
tree | e17fa4eb5522b992a0e9a051795adb2d0177cca8 /drivers/infiniband | |
parent | iommu: Fix compiler warning on pr_debug (diff) | |
download | linux-6197ca8272d16b0c7f95764a2c88eb976347e38b.tar.xz linux-6197ca8272d16b0c7f95764a2c88eb976347e38b.zip |
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>
Diffstat (limited to 'drivers/infiniband')
0 files changed, 0 insertions, 0 deletions