[PATCH V3 07/11] rtc: rtc-rs5c313: use pr_err() instead of printk()

2013-02-14 Thread Jingoo Han
Fixed 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 --- No changes since v1: Changes since v2: - Remove redundant prefix drivers/rtc/rtc-rs5c313.c |5 +++-- 1 files

[PATCH V3 07/11] rtc: rtc-rs5c313: use pr_err() instead of printk()

2013-02-14 Thread Jingoo Han
Fixed 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@samsung.com --- No changes since v1: Changes since v2: - Remove redundant prefix drivers/rtc/rtc-rs5c313.c |5