]> git.baikalelectronics.ru Git - kernel.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)
commit2a6eb89f596616ea4c52e5fb48bce67d6d0c917d
tree8b769f2274626292a56bd5b06198875dbaf19ac1
parentf70a0d6f96e783fd84b705302f9b6fcdd3f61d5c
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