From: Joerg Roedel Date: Thu, 28 May 2015 16:41:24 +0000 (+0200) Subject: iommu: Remove function name from pr_fmt() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=92e7066fde31d5ac48a9bccc12d3063d251dd079;p=linux-beck.git iommu: Remove function name from pr_fmt() Including the function name is only useful for debugging messages. They don't belong into other messages from the iommu core. Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c index d4f527e56679..c31bfd027979 100644 --- a/drivers/iommu/iommu.c +++ b/drivers/iommu/iommu.c @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define pr_fmt(fmt) "%s: " fmt, __func__ +#define pr_fmt(fmt) "iommu: " fmt #include #include