summaryrefslogtreecommitdiffstats
path: root/drivers/sh/pfc/core.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-07-11 17:21:04 +0900
committerPaul Mundt <lethal@linux-sh.org>2012-07-11 17:21:04 +0900
commita2d3afffd98f9cafa87d7efa57cba0d86abfad87 (patch)
tree101e1c52ef850580f44633e54d65d7644f74d575 /drivers/sh/pfc/core.c
parentd93a891ff9e21a017e4d66d29784614768db567a (diff)
downloadop-kernel-dev-a2d3afffd98f9cafa87d7efa57cba0d86abfad87.zip
op-kernel-dev-a2d3afffd98f9cafa87d7efa57cba0d86abfad87.tar.gz
sh: pfc: Make pr_fmt consistent across pfc drivers.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/sh/pfc/core.c')
-rw-r--r--drivers/sh/pfc/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sh/pfc/core.c b/drivers/sh/pfc/core.c
index 02e9f62..b81d335 100644
--- a/drivers/sh/pfc/core.c
+++ b/drivers/sh/pfc/core.c
@@ -8,7 +8,7 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/
-#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+#define pr_fmt(fmt) "sh_pfc " KBUILD_MODNAME ": " fmt
#include <linux/errno.h>
#include <linux/kernel.h>
OpenPOWER on IntegriCloud