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

2019-01-07 Thread Dan Carpenter
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. > Thanks! Reviewed-by: Dan

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

2019-01-07 Thread Dan Carpenter
Oh, put the v2 inside the square brackets. [PATCH v3]. That way it gets handled correctly by `cat raw_email.txt | git am`. regards, dan carpenter

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

2019-01-07 Thread Greg Kroah-Hartman
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 >

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

2019-01-06 Thread Aditya Pakki
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 --- .../staging/rtl8723bs/os_dep/ioctl_linux.c| 34