commit | 4b07c5d5123f76487c61cf9dc3f987d0b8c88a94 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Feb 04 18:01:21 2013 -0800 |
committer | Bryan Wu <cooloney@gmail.com> | Wed Feb 06 16:00:43 2013 -0800 |
tree | 4728bcd9f5395655fab3a158a3dd7f2874959455 | |
parent | 61d4eb2724283e85b37ed2fe13390366d7a6db74 [diff] |
leds: leds-sunfire: use dev_err()/pr_err() instead of printk() Fixed the checkpatch errors and warnings as below: ERROR: spaces required around that '=' (ctx:VxW) 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: Bryan Wu <cooloney@gmail.com>