iommu: No need to pass '0x' when '%pa' is used
authorFabio Estevam <fabio.estevam@freescale.com>
Thu, 22 Aug 2013 13:25:42 +0000 (10:25 -0300)
committerJoerg 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