git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6a8af5
)
iommu: Use %pa and %zx instead of casting
author
Joe Perches
<joe@perches.com>
Sun, 23 Jun 2013 19:29:04 +0000
(12:29 -0700)
committer
Joerg Roedel
<joro@8bytes.org>
Mon, 24 Jun 2013 10:31:49 +0000
(12:31 +0200)
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>
drivers/iommu/iommu.c
patch
|
blob
|
history
diff --cc
drivers/iommu/iommu.c
Simple merge