diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-07-11 17:21:04 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-07-11 17:21:04 +0900 |
commit | a2d3afffd98f9cafa87d7efa57cba0d86abfad87 (patch) | |
tree | 101e1c52ef850580f44633e54d65d7644f74d575 /drivers/sh/pfc/core.c | |
parent | d93a891ff9e21a017e4d66d29784614768db567a (diff) | |
download | blackbird-op-linux-a2d3afffd98f9cafa87d7efa57cba0d86abfad87.tar.gz blackbird-op-linux-a2d3afffd98f9cafa87d7efa57cba0d86abfad87.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sh/pfc/core.c b/drivers/sh/pfc/core.c index 02e9f62e2b28..b81d33535d24 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> |