]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-rs5c313: use pr_err() instead of printk()
authorJingoo Han <jg1.han@samsung.com>
Wed, 20 Feb 2013 02:15:50 +0000 (13:15 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:53:30 +0000 (16:53 +1100)
commiteda73895e28bb377e75ff88dc2d5775194a11da1
treee986f35926059546ea8dea353c917b8f177cdc45
parentade0b5d52792a212568a2f40fcfa93981e5c5816
rtc: rtc-rs5c313: use pr_err() 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-rs5c313.c