[PATCH V3 02/11] rtc: max77686: 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-max77686.c |4 ++-- 1 files changed, 2 insertions(+), 2

[PATCH V3 02/11] rtc: max77686: 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-max77686.c |4 ++-- 1 files changed, 2