[PATCH V2 10/11] rtc: rtc-pcf8583: use dev_warn() 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: drivers/rtc/rtc-pcf8583.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH V2 10/11] rtc: rtc-pcf8583: use dev_warn() 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: drivers/rtc/rtc-pcf8583.c |2 +- 1 files changed, 1 insertions(+), 1