]> git.baikalelectronics.ru Git - kernel.git/commit
leds: leds-sunfire: use dev_err()/pr_err() instead of printk()
authorJingoo Han <jg1.han@samsung.com>
Tue, 5 Feb 2013 02:01:21 +0000 (18:01 -0800)
committerBryan Wu <cooloney@gmail.com>
Thu, 7 Feb 2013 00:00:43 +0000 (16:00 -0800)
commit37f212dd352ba0da8186a4e16a466cc317fff9e2
tree4728bcd9f5395655fab3a158a3dd7f2874959455
parent592b1ffa0300773fea386ce62510a3d7f43a9c0f
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>
drivers/leds/leds-sunfire.c