]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/iommu/iommu.c
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)
commitabedb049c52ef77ce7b11b915a4e7e6abd3985cb
treeb9ccd0d15a0318a15460fc7bddf4a2ee5cfb07b7
parent4a10c2ac2f368583138b774ca41fac4207911983
iommu: No need to pass '0x' when '%pa' is used

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>
drivers/iommu/iommu.c