Re: [PATCH 2/4] staging: rtl8188eu: remove constant variable and dead code

2021-04-17 Thread kernel test robot
Hi Martin, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] url: https://github.com/0day-ci/linux/commits/Martin-Kaiser/staging-rtl8188eu-change-bLeisurePs-type-to-bool/20210418-020200 base:

[PATCH 2/4] staging: rtl8188eu: remove constant variable and dead code

2021-04-17 Thread Martin Kaiser
g_wifi_on is always true. Remove the variable and the code that would be run only if g_wifi_on was false. Signed-off-by: Martin Kaiser --- drivers/staging/rtl8188eu/os_dep/rtw_android.c | 15 +-- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git