commit | 3cebeb53d921c2079be0f1bf20f8cae68c20ecc0 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Thu Feb 21 16:45:24 2013 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Feb 21 17:22:29 2013 -0800 |
tree | 20c4aaed88fe5c155b73ba323186675d4d76be49 | |
parent | c100a5e0255777c783646791e98434f300a94c4c [diff] |
rtc: max77686: use dev_info() 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>