Re: [PATCH 05/10] staging: rtl8188eu: Simplify led blinking strategy code.

2014-04-22 Thread Dan Carpenter
Minor white space complaints. On Sun, Apr 20, 2014 at 02:17:13PM +0530, navin patidar wrote: > @@ -1334,7 +316,7 @@ static void SwLedControlMode4(struct adapter *padapter, > enum LED_CTL_MODE LedAct > else > pLed->BlinkingLedState = RTW_LED_ON;

[PATCH 05/10] staging: rtl8188eu: Simplify led blinking strategy code.

2014-04-20 Thread navin patidar
driver has code to blink the led in 7 different ways. struct led_priv contains an enum LED_STRATEGY_871x variable which is initialized to SW_LED_MODE1 inside rtl8188eu_InitSwLeds() function. it means driver is hard coded to use only SW_LED_MODE1 blinking strategy. so we can remove the code related