[PATCH 04/11] rtc: rtc-ds2404: use dev_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-ds2404.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 04/11] rtc: rtc-ds2404: use dev_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-ds2404.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git