git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0419582
)
leds: led-class: Fix checkpatch warning
author
Sachin Kamat
<sachin.kamat@linaro.org>
Sun, 25 Nov 2012 05:27:35 +0000
(10:57 +0530)
committer
Bryan Wu
<cooloney@gmail.com>
Tue, 27 Nov 2012 22:49:25 +0000
(14:49 -0800)
Fixes the following checkpatch warning:
WARNING: Prefer netdev_dbg(netdev, ... then dev_dbg(dev, ... then pr_debug(... to printk(KERN_DEBUG ...
FILE: leds/led-class.c:214:
printk(KERN_DEBUG "Registered led device: %s\n",
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
No differences found