[PATCH V3 08/11] rtc: rtc-vr41xx: use dev_info() 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: No changes since v2: drivers/rtc/rtc-vr41xx.c |2 +- 1 files changed, 1 insertions(+), 1

[PATCH V3 08/11] rtc: rtc-vr41xx: use dev_info() 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: No changes since v2: drivers/rtc/rtc-vr41xx.c |2 +- 1 files changed, 1