rtc: rtc-sun4v: use pr_warn() instead of printk()
commitd959f7319adf58e4bfcada15cc088941dee79f36
authorJingoo Han <jg1.han@samsung.com>
Fri, 22 Feb 2013 00:45:32 +0000 (21 16:45 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Feb 2013 01:22:29 +0000 (21 17:22 -0800)
tree8f3f7ddccb20bf316209a60229e4a80660d6c9f8
parentd75dcd3349a4e0916cec37e7b838c83c95b9fa95
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-sun4v.c