Skip to content

Commit

Permalink
mmc: dw_mmc: Use pr_info instead of printk
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sachin Kamat authored and Chris Ball committed Apr 4, 2013
1 parent f2f942c commit 8e1c4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/host/dw_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2516,7 +2516,7 @@ EXPORT_SYMBOL(dw_mci_resume);

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;
}

Expand Down

0 comments on commit 8e1c4e4

Please sign in to comment.