]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/rtc/rtc-puv3.c: use dev_dbg() instead of pr_debug()
authorSangjung Woo <sangjung.woo@samsung.com>
Tue, 5 Nov 2013 05:57:25 +0000 (16:57 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:57:25 +0000 (16:57 +1100)
commit31ebb673299cf1cd130c24e29c18da93b5dbf13d
tree94b13ca51c9552726b9a4894f5aa1434ad5792f0
parent67fd45b9b7e316ccb0e438e94850a871308f3e30
drivers/rtc/rtc-puv3.c: use dev_dbg() instead of pr_debug()

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 <sangjung.woo@samsung.com>
Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-puv3.c