commit | aa161902ecae9ef55f8ec2190d2be7877402374d | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Thu Feb 21 16:45:29 2013 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Feb 21 17:22:29 2013 -0800 |
tree | 9aaafa56dcce75c0662a9569ab663dcd0ea300b2 | |
parent | 6588208cb2be4ab05e9dc0d1f5879eacf3dbcd1c [diff] |
rtc: rtc-rs5c313: use pr_err() instead of printk() 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>