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:
a39b985
)
leds-lp5523: change the return type of lp5523_set_mode()
author
Kim, Milo
<Milo.Kim@ti.com>
Tue, 21 Aug 2012 09:03:58 +0000
(17:03 +0800)
committer
Bryan Wu
<bryan.wu@canonical.com>
Tue, 11 Sep 2012 10:32:41 +0000
(18:32 +0800)
The return value of this function is not handled any place, so
make it as void type.
And three if-statements are replaced with switch-statements.
Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
No differences found