Commit 8e1c4e4d authored by Sachin Kamat's avatar Sachin Kamat Committed by Chris Ball

mmc: dw_mmc: Use pr_info instead of printk

pr_info(... is preferred to printk(KERN_INFO ...
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Acked-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
Acked-by: default avatarSeungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent f2f942ce
...@@ -2516,7 +2516,7 @@ EXPORT_SYMBOL(dw_mci_resume); ...@@ -2516,7 +2516,7 @@ EXPORT_SYMBOL(dw_mci_resume);
static int __init dw_mci_init(void) static int __init dw_mci_init(void)
{ {
printk(KERN_INFO "Synopsys Designware Multimedia Card Interface Driver"); pr_info("Synopsys Designware Multimedia Card Interface Driver\n");
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment