Re: [PATCH 07/10] staging: rtl8723bs: remove dead code
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2023-10-09 15:24:09
Also in:
linux-wireless, lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2023-10-09 15:24:09
Also in:
linux-wireless, lkml
On Mon, Oct 09, 2023 at 04:19:05PM +0200, Arnd Bergmann wrote:
From: Arnd Bergmann <arnd@arndb.de> 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, so just drop all of those. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>