]> 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)
commit9fcf547e26596a2208c697940a40c50b49cb0c15
treedbda9b565446b569f3c3a311679b94c5fbd580fc
parent317b864c81d77744677bb6b44ccfc0287d499ead
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