[PATCH 09/11] rtc: rtc-sun4v: use pr_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 --- drivers/rtc/rtc-sun4v.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git

[PATCH 09/11] rtc: rtc-sun4v: use pr_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 --- drivers/rtc/rtc-sun4v.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff