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:
4a10c2a
)
iommu: No need to pass '0x' when '%pa' is used
author
Fabio Estevam
<fabio.estevam@freescale.com>
Thu, 22 Aug 2013 13:25:42 +0000
(10:25 -0300)
committer
Joerg Roedel
<joro@8bytes.org>
Tue, 24 Sep 2013 12:43:38 +0000
(14:43 +0200)
Commit
6197ca82
(iommu: Use %pa and %zx instead of casting) introduced the
usage of '%pa', but still kept the '0x', which leads to printing '0x0x'.
Remove the '0x' when '%pa' is used.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
No differences found