Re: [PATCH] staging: rtl8723au: hal: rtl8723au_led.c: Remove some unused functions

2015-01-18 Thread Rickard Strandqvist
2015-01-17 22:58 GMT+01:00 Greg Kroah-Hartman : > On Sun, Dec 21, 2014 at 01:59:39PM +0100, Rickard Strandqvist wrote: >> Removes some functions that are not used anywhere: >> rtl8723au_DeInitSwLeds() rtl8723au_InitSwLeds() >> >> This was partially found by using a static code analysis program call

Re: [PATCH] staging: rtl8723au: hal: rtl8723au_led.c: Remove some unused functions

2015-01-17 Thread Greg Kroah-Hartman
On Sun, Dec 21, 2014 at 01:59:39PM +0100, Rickard Strandqvist wrote: > Removes some functions that are not used anywhere: > rtl8723au_DeInitSwLeds() rtl8723au_InitSwLeds() > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvi

[PATCH] staging: rtl8723au: hal: rtl8723au_led.c: Remove some unused functions

2014-12-21 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: rtl8723au_DeInitSwLeds() rtl8723au_InitSwLeds() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/staging/rtl8723au/hal/rtl8723au_led.c| 23 --