Re: [PATCH RESEND 1/2] watchdog: s3c2410_wdt: use dev_err()/dev_info() instead of pr_err()/pr_info()

2013-04-29 Thread Guenter Roeck
On Mon, Apr 29, 2013 at 06:26:12PM +0900, Jingoo Han wrote: > dev_err()/dev_info() are more preferred than pr_err()/pr_info(). > > Signed-off-by: Jingoo Han Reviewed-by: Guenter Roeck -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord..

[PATCH RESEND 1/2] watchdog: s3c2410_wdt: use dev_err()/dev_info() instead of pr_err()/pr_info()

2013-04-29 Thread Jingoo Han
dev_err()/dev_info() are more preferred than pr_err()/pr_info(). Signed-off-by: Jingoo Han --- drivers/watchdog/s3c2410_wdt.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/watchdog/s3c2410_wdt.c b/drivers/watchdog/s3c2410_wdt.c index ee03135..c9f480d 100644