From: Jingoo Han Date: Tue, 5 Feb 2013 02:01:21 +0000 (-0800) Subject: leds: leds-sunfire: use dev_err()/pr_err() instead of printk() X-Git-Tag: v3.9-rc1~79^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b07c5d5123f76487c61cf9dc3f987d0b8c88a94;p=pandora-kernel.git 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 Signed-off-by: Bryan Wu --- Reading git-diff-tree failed