sh: pfc: Make pr_fmt consistent across pfc drivers.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 11 Jul 2012 08:21:04 +0000 (17:21 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 11 Jul 2012 08:21:04 +0000 (17:21 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/sh/pfc/core.c
drivers/sh/pfc/gpio.c
drivers/sh/pfc/pinctrl.c

index 02e9f62..b81d335 100644 (file)
@@ -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>
index f37f0c6..62bca98 100644 (file)
@@ -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/init.h>
 #include <linux/gpio.h>
index f62659a..fe1750e 100644 (file)
@@ -7,7 +7,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/init.h>
 #include <linux/module.h>