]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-rs5c372: use dev_dbg()/dev_warn() instead of printk()/pr_debug()
authorJingoo Han <jg1.han@samsung.com>
Wed, 20 Feb 2013 02:15:49 +0000 (13:15 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:53:30 +0000 (16:53 +1100)
commit780da94743105a46b2dde295157f2143f463d02b
tree38637757ad3528922d2061926f977bfbcde90af1
parent7c3b90c3ea8641c8684e1e12a2746658e0e31c7c
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>
drivers/rtc/rtc-rs5c372.c