]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: rtc-rs5c372: use dev_dbg()/dev_warn() instead of printk()/pr_debug()
authorJingoo Han <jg1.han@samsung.com>
Fri, 22 Feb 2013 00:45:27 +0000 (16:45 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Feb 2013 01:22:29 +0000 (17:22 -0800)
commitdbf9cbfc02c04f5b0bb73987d485ca65f920c75c
treedbda9b565446b569f3c3a311679b94c5fbd580fc
parent2b52c4f3285945e50d68c6ce311f1b1c840efd37
rtc: rtc-rs5c372: use dev_dbg()/dev_warn() instead of printk()/pr_debug()

Fix the checkpatch warning as below:

  WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(...  to printk(KERN_ERR ...

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