Re: [PATCH] staging: rtl8723bs: remove unused variables

2021-04-08 Thread Fabio Aiuto
On Thu, Apr 08, 2021 at 11:46:15AM +0200, Greg KH wrote: > On Thu, Apr 08, 2021 at 11:27:02AM +0200, Fabio Aiuto wrote: > > remove declared and assigned unused variables > > You need to be a lot more specific here. Shall I describe that some of these became unused after DBG_871X removal? > > >

Re: [PATCH] staging: rtl8723bs: remove unused variables

2021-04-08 Thread Greg KH
On Thu, Apr 08, 2021 at 11:27:02AM +0200, Fabio Aiuto wrote: > remove declared and assigned unused variables You need to be a lot more specific here. > Reported-by: kernel test robot For all of these? > Signed-off-by: Fabio Aiuto > --- > drivers/staging/rtl8723bs/core/rtw_cmd.c | 3

[PATCH] staging: rtl8723bs: remove unused variables

2021-04-08 Thread Fabio Aiuto
remove declared and assigned unused variables Reported-by: kernel test robot Signed-off-by: Fabio Aiuto --- drivers/staging/rtl8723bs/core/rtw_cmd.c | 3 --- .../staging/rtl8723bs/include/rtw_security.h | 18 - .../staging/rtl8723bs/os_dep/ioctl_linux.c| 26

[PATCH] staging: rtl8723bs: remove unused variables

2017-11-02 Thread Arnd Bergmann
A cleanup patch removed the only user of two local variables: drivers/staging/rtl8723bs/hal/hal_btcoex.c: In function 'hal_btcoex_Initialize': drivers/staging/rtl8723bs/hal/hal_btcoex.c:1415:5: error: unused variable 'ret2' [-Werror=unused-variable]

[PATCH] staging: rtl8723bs: remove unused variables

2017-11-02 Thread Arnd Bergmann
A cleanup patch removed the only user of two local variables: drivers/staging/rtl8723bs/hal/hal_btcoex.c: In function 'hal_btcoex_Initialize': drivers/staging/rtl8723bs/hal/hal_btcoex.c:1415:5: error: unused variable 'ret2' [-Werror=unused-variable]