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:
f54c06b
)
staging: rtl8188eu: refactor led related structures.
author
navin patidar
<navin.patidar@gmail.com>
Sun, 20 Apr 2014 08:47:15 +0000
(14:17 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 25 Apr 2014 22:59:51 +0000
(15:59 -0700)
struct led_priv contains two variables SwLed0 and SwLed1 but only
SwLed0 is being used by SwLedControlModel1() function.
SwLedControlModel1() function performs led operations.
This patch removes SwLed1 and code which uses SwLed1.
Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found