]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-sun4v: use pr_warn() instead of printk()
authorJingoo Han <jg1.han@samsung.com>
Wed, 20 Feb 2013 02:15:51 +0000 (13:15 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:53:30 +0000 (16:53 +1100)
commit836601286c8bf6cab0b8d627b8db05e786e27948
tree36137175fab72ddcceb72b7baa3238fa1a15bc6e
parentd6b9086bbc708270f6e1f5299d7e63a411f1d3cb
rtc: rtc-sun4v: use pr_warn() instead of printk()

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>
drivers/rtc/rtc-sun4v.c