]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/rtc/rtc-max77686.c: use dev_info()/dev_emerg() instead of pr_info()/pr_emerg()
authorJingoo Han <jg1.han@samsung.com>
Mon, 29 Apr 2013 23:18:32 +0000 (16:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:22 +0000 (18:28 -0700)
commite2bf1151edcdb44e9e871e90e7331dc760c9f856
tree8b769f2274626292a56bd5b06198875dbaf19ac1
parentac60bf31210f7b388ea2c1de62ef573a45f49a0f
drivers/rtc/rtc-max77686.c: use dev_info()/dev_emerg() instead of pr_info()/pr_emerg()

dev_info()/dev_emerg() are preferred to pr_info()/pr_emerg().

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-max77686.c