From: navin patidar Date: Sun, 20 Apr 2014 08:47:13 +0000 (+0530) Subject: staging: rtl8188eu: Simplify led blinking strategy code. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1250 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e28d690d4af55b80517cbd8a7571391be4d98f;p=pandora-kernel.git staging: rtl8188eu: Simplify led blinking strategy code. 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 to other blinking strategies e.g. SW_LED_MODE[0|2|3|4|5|6]. Signed-off-by: navin patidar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed