aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/host/dw_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c
index a63766a0bfcd..45d921650d4b 100644
--- a/drivers/mmc/host/dw_mmc.c
+++ b/drivers/mmc/host/dw_mmc.c
@@ -2516,7 +2516,7 @@ EXPORT_SYMBOL(dw_mci_resume);
2516 2516
2517static int __init dw_mci_init(void) 2517static int __init dw_mci_init(void)
2518{ 2518{
2519 printk(KERN_INFO "Synopsys Designware Multimedia Card Interface Driver"); 2519 pr_info("Synopsys Designware Multimedia Card Interface Driver\n");
2520 return 0; 2520 return 0;
2521} 2521}
2522 2522