]> git.baikalelectronics.ru Git - kernel.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)
commit9a98f7bedaaa32f4ba292cbf462a6dee02fef1e1
treed087b8e1d77b7c8571284191c6f65a226d53736c
parent7578982c921917075f280de91dcedf135bf9515f
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