projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2f942c
)
mmc: dw_mmc: Use pr_info instead of printk
author
Sachin Kamat
<sachin.kamat@linaro.org>
Thu, 4 Apr 2013 05:55:11 +0000
(11:25 +0530)
committer
Chris Ball
<cjb@laptop.org>
Thu, 4 Apr 2013 14:18:27 +0000
(10:18 -0400)
pr_info(... is preferred to printk(KERN_INFO ...
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/dw_mmc.c
b/drivers/mmc/host/dw_mmc.c
index
a63766a
..
45d9216
100644
(file)
--- a/
drivers/mmc/host/dw_mmc.c
+++ b/
drivers/mmc/host/dw_mmc.c
@@
-2516,7
+2516,7
@@
EXPORT_SYMBOL(dw_mci_resume);
static int __init dw_mci_init(void)
{
- pr
intk(KERN_INFO "Synopsys Designware Multimedia Card Interface Driver
");
+ pr
_info("Synopsys Designware Multimedia Card Interface Driver\n
");
return 0;
}