]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-pcf8583: use dev_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:31 +0000 (16:53 +1100)
commitb07f33371982d8bd3953ff312da8749a7e1ec370
treec788ad0edf522a8f6f6aff1ce01213aceb722e88
parent836601286c8bf6cab0b8d627b8db05e786e27948
rtc: rtc-pcf8583: use dev_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-pcf8583.c