Re: [PATCH 07/10] staging: rtl8723bs: remove dead code

2023-10-09 Thread Greg Kroah-Hartman
On Mon, Oct 09, 2023 at 04:19:05PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > The .ndo_do_ioctl functions are never called, so the three implementation here > is useless but only works as a way to identify the device in the notifiers, > which can really be removed as well. > > Looking

[PATCH 07/10] staging: rtl8723bs: remove dead code

2023-10-09 Thread Arnd Bergmann
From: Arnd Bergmann The .ndo_do_ioctl functions are never called, so the three implementation here is useless but only works as a way to identify the device in the notifiers, which can really be removed as well. Looking through the exported functions, I found a bunch more that have no callers, s

[PATCH 07/10] staging: rtl8723bs: Remove Dead Code in os_dep/os_intfs.c

2019-03-17 Thread Emanuel Bennici
The Functions `u8 rtw_init_drv_sw` and `u8 rtw_free_drv_sw` uses the Macro CONFIG_INTEL_WIDI witch doesn't exists anymore. This Patch removes those redundant Code Lines. Signed-off-by: Emanuel Bennici --- drivers/staging/rtl8723bs/os_dep/os_intfs.c | 12 1 file changed, 12 deletions