commit | ee4433573b02f817c3ac62ed8f07027938dc9201 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Thu Feb 21 16:45:34 2013 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Feb 21 17:22:29 2013 -0800 |
tree | 74172cb91ff444f84cfdb83fd55da2841de3eb63 | |
parent | 79d134058f15e25c6b6724704a8f046c2ff6c1f9 [diff] |
rtc: rtc-cmos: use dev_warn()/dev_dbg() instead of printk()/pr_debug() Fix 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.han@samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>