Re: [PATCH v2] staging: rtl8723bs: remove hardcoded dead debug code

From: Greg KH

Date: Sat Feb 07 2026 - 07:45:34 EST


On Fri, Jan 30, 2026 at 10:56:32PM +0530, SAJJA EASWAR SAI wrote:
> The debug code is guarded by a constant false condition and is never
> executed. Remove it to simplify the code. This also removes the now
> unused variable 'pattrib'.
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>

Did the robot report this original issue? It just reported a problem
with your original patch.

> Closes: https://lore.kernel.org/oe-kbuild-all/202601302336.Jt5bRreu-lkp@xxxxxxxxx/
> Signed-off-by: SAJJA EASWAR SAI <eshwarsajja20@xxxxxxxxx>

Please do not upper-case your full name.

> ---
> drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 10 ----------
> 1 file changed, 10 deletions(-)

No version information?

thanks,

greg k-h