OSDN Git Service

iommu: Remove function name from pr_fmt()
authorJoerg Roedel <jroedel@suse.de>
Thu, 28 May 2015 16:41:24 +0000 (18:41 +0200)
committerDavid Keitel <dkeitel@codeaurora.org>
Tue, 22 Mar 2016 18:15:01 +0000 (11:15 -0700)
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 <jroedel@suse.de>
drivers/iommu/iommu.c

index 9664180..4eac711 100644 (file)
@@ -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 <linux/device.h>
 #include <linux/kernel.h>