From: Sangjung Woo Date: Tue, 12 Nov 2013 23:11:00 +0000 (-0800) Subject: drivers/rtc/rtc-puv3.c: use dev_dbg() instead of pr_debug() X-Git-Tag: v3.13-rc1~106^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fbc4c4d79e63709b919bc1a72e991c29ea13f4c;p=pandora-kernel.git 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 Cc: Guan Xuetao Cc: Alessandro Zummo Cc: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed