]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtc: rtc-fm3130: use dev_dbg() instead of pr_debug()
authorJingoo Han <jg1.han@samsung.com>
Mon, 29 Apr 2013 23:19:29 +0000 (16:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:28 +0000 (18:28 -0700)
commit198b8ec844ddbf254d9221815c74bb3465b215bc
tree612493d92c9ce05418ca23a8e3ad1f7285818f35
parent6df80e211b49ecc23b2c1bd0d93c4a3346e21bf7
rtc: rtc-fm3130: use dev_dbg() instead of pr_debug()

dev_dbg() is preferred to pr_debug().

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-fm3130.c