[PATCH 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 --- drivers/rtc/rtc-rs5c313.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git

[PATCH 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 --- drivers/rtc/rtc-rs5c313.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git