* [PATCH Resend 2/2] mmc: dw_mmc: Use pr_info instead of printk
@ 2013-03-28 6:15 Sachin Kamat
2013-04-04 5:50 ` Seungwon Jeon
0 siblings, 1 reply; 2+ messages in thread
From: Sachin Kamat @ 2013-03-28 6:15 UTC (permalink / raw)
To: linux-mmc; +Cc: tgih.jun, jh80.chung, cjb, sachin.kamat, patches
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>
---
drivers/mmc/host/dw_mmc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c
index 1ba09d0..870d311 100644
--- a/drivers/mmc/host/dw_mmc.c
+++ b/drivers/mmc/host/dw_mmc.c
@@ -2509,7 +2509,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;
}
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* RE: [PATCH Resend 2/2] mmc: dw_mmc: Use pr_info instead of printk
2013-03-28 6:15 [PATCH Resend 2/2] mmc: dw_mmc: Use pr_info instead of printk Sachin Kamat
@ 2013-04-04 5:50 ` Seungwon Jeon
0 siblings, 0 replies; 2+ messages in thread
From: Seungwon Jeon @ 2013-04-04 5:50 UTC (permalink / raw)
To: 'Sachin Kamat', linux-mmc; +Cc: jh80.chung, cjb, patches
On Thursday, March 28, 2013, Sachin Kamat wrote:
> 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>
Thanks,
Seungwon Jeon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-04 5:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-28 6:15 [PATCH Resend 2/2] mmc: dw_mmc: Use pr_info instead of printk Sachin Kamat
2013-04-04 5:50 ` Seungwon Jeon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox