]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: rtl8188eu: refactor led related structures.
authornavin patidar <navin.patidar@gmail.com>
Sun, 20 Apr 2014 08:47:15 +0000 (14:17 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Apr 2014 22:59:51 +0000 (15:59 -0700)
commit373b61b615d95f78db37e41e1ce4ae76efad2907
treed087b8e1d77b7c8571284191c6f65a226d53736c
parentf54c06bf31946d34d11b016c0f23a6ac61c342ee
staging: rtl8188eu: refactor led related structures.

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>
drivers/staging/rtl8188eu/core/rtw_led.c
drivers/staging/rtl8188eu/hal/rtl8188eu_led.c
drivers/staging/rtl8188eu/include/rtw_led.h