From: Fabio Estevam Date: Thu, 22 Aug 2013 13:25:42 +0000 (-0300) Subject: iommu: No need to pass '0x' when '%pa' is used X-Git-Tag: v3.13-rc1~79^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abedb049c52ef77ce7b11b915a4e7e6abd3985cb;p=pandora-kernel.git 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 Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed