projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2316d3b
)
mtd: phram: use KBUILD_MODNAME
author
Joe Perches
<joe@perches.com>
Wed, 20 Oct 2010 17:39:22 +0000
(10:39 -0700)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Mon, 25 Oct 2010 00:36:36 +0000
(
01:36
+0100)
Use the more standard #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
No change in output strings.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/devices/phram.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mtd/devices/phram.c
b/drivers/mtd/devices/phram.c
index 1696bbecaa7e0e86b31a2e7126b9bf77faf4d596..52393282eaf10ca813ed131565ce45951443542e 100644
(file)
--- a/
drivers/mtd/devices/phram.c
+++ b/
drivers/mtd/devices/phram.c
@@
-15,7
+15,7
@@
* phram=swap,64Mi,128Mi phram=test,900Mi,1Mi
*/
-#define pr_fmt(fmt)
"phram
: " fmt
+#define pr_fmt(fmt)
KBUILD_MODNAME "
: " fmt
#include <asm/io.h>
#include <linux/init.h>