Re: [PATCH] net: wireless: rtlwifi: rtl8723be: phy.c: Remove unused function

2014-12-24 Thread Kalle Valo
Rickard Strandqvist writes: > Remove the function rtl8723be_phy_get_txpower_level() that is not used > anywhere. > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist Thanks, applied to wireless-drivers-next.git. --

Re: [PATCH] net: wireless: rtlwifi: rtl8723be: phy.c: Remove unused function

2014-12-24 Thread Kalle Valo
Rickard Strandqvist rickard_strandqv...@spectrumdigital.se writes: Remove the function rtl8723be_phy_get_txpower_level() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist

Re: [PATCH] net: wireless: rtlwifi: rtl8723be: phy.c: Remove unused function

2014-12-20 Thread Larry Finger
On 12/20/2014 04:59 PM, Rickard Strandqvist wrote: Remove the function rtl8723be_phy_get_txpower_level() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist ---

[PATCH] net: wireless: rtlwifi: rtl8723be: phy.c: Remove unused function

2014-12-20 Thread Rickard Strandqvist
Remove the function rtl8723be_phy_get_txpower_level() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/net/wireless/rtlwifi/rtl8723be/phy.c | 25 -

[PATCH] net: wireless: rtlwifi: rtl8723be: phy.c: Remove unused function

2014-12-20 Thread Rickard Strandqvist
Remove the function rtl8723be_phy_get_txpower_level() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/net/wireless/rtlwifi/rtl8723be/phy.c | 25

Re: [PATCH] net: wireless: rtlwifi: rtl8723be: phy.c: Remove unused function

2014-12-20 Thread Larry Finger
On 12/20/2014 04:59 PM, Rickard Strandqvist wrote: Remove the function rtl8723be_phy_get_txpower_level() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se ---