summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2015-05-28 18:41:24 +0200
committerJoerg Roedel <jroedel@suse.de>2015-06-05 15:13:09 +0200
commit92e7066fde31d5ac48a9bccc12d3063d251dd079 (patch)
treee3b855f4ba191436d7f7358b0dc543f6a6f300f3 /drivers/iommu
parentc65b99f046843d2455aa231747b5a07a999a9f3d (diff)
downloadop-kernel-dev-92e7066fde31d5ac48a9bccc12d3063d251dd079.zip
op-kernel-dev-92e7066fde31d5ac48a9bccc12d3063d251dd079.tar.gz
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 <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu')
-rw-r--r--drivers/iommu/iommu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c
index d4f527e..c31bfd0 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 <linux/device.h>
#include <linux/kernel.h>
OpenPOWER on IntegriCloud