Re: [PATCH] rtc: rtc-puv3: use dev_dbg() instead of pr_debug()

2013-10-08 Thread sangjung.woo
On 10/09/2013 03:20 PM, Joe Perches wrote: On Wed, 2013-10-09 at 14:49 +0900, Sangjung Woo wrote: Because dev_*() are used along with pr_debug() function in this code, the debug message is not tidy. This patch converts from pr_debug() to dev_dbg() since dev_*() are encouraged to use in device dr

Re: [PATCH] rtc: rtc-puv3: use dev_dbg() instead of pr_debug()

2013-10-08 Thread Joe Perches
On Wed, 2013-10-09 at 14:49 +0900, Sangjung Woo wrote: > Because dev_*() are used along with pr_debug() function in this code, > the debug message is not tidy. This patch converts from pr_debug() to > dev_dbg() since dev_*() are encouraged to use in device driver code. [] > diff --git a/drivers/rtc

[PATCH] rtc: rtc-puv3: use dev_dbg() instead of pr_debug()

2013-10-08 Thread Sangjung Woo
Because dev_*() are used along with pr_debug() function in this code, the debug message is not tidy. This patch converts from pr_debug() to dev_dbg() since dev_*() are encouraged to use in device driver code. Signed-off-by: Sangjung Woo --- drivers/rtc/rtc-puv3.c | 20 ++-- 1 f