Re: [PATCH] v2 staging: rtl8723bs: Clean up dead code

From: Greg Kroah-Hartman
Date: Mon Jan 07 2019 - 05:16:54 EST


On Sun, Jan 06, 2019 at 10:20:59AM -0600, Aditya Pakki wrote:
> rtw_wps_start() is part of dead code due to CONFIG_INTEL_WIDI.
> The fix removes the deadcode and replaces the function with NULL
> in rtw_private_handler. Identified as part of copy_from_user bug.
>
> Signed-off-by: Aditya Pakki <pakki001@xxxxxxx>
> ---
> .../staging/rtl8723bs/os_dep/ioctl_linux.c | 34 +------------------
> 1 file changed, 1 insertion(+), 33 deletions(-)

What changed from v1? Always put that below the --- line.

Please fix up and send v3.

thanks,

greg k-h