Re: [Outreachy kernel] [PATCH v4] staging: rtl8723bs: Remove led_blink_hdl() and everything related

From: Greg Kroah-Hartman
Date: Thu Apr 15 2021 - 03:28:52 EST


On Thu, Apr 15, 2021 at 09:17:31AM +0200, Fabio M. De Francesco wrote:
> Removed useless led_blink_hdl() prototype and definition.
> Removed struct LedBlink_param. Removed LedBlink entries in
> rtw_cmd_callback[] and in wlancmds[]. Everything related to LedBlink is
> not anymore needed. Index of slots changed in arrays comments to reflect
> current positions.
>
> Reported-by: Julia Lawall <julia.lawall@xxxxxxxx>
> Reported-by: Fabio Aiuto <fabioaiuto83@xxxxxxxxx>
> Reported-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> Suggested-by: Matthew Wilcox <willy@xxxxxxxxxxxxx>
> Suggested-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
> Signed-off-by: Fabio M. De Francesco <fmdefrancesco@xxxxxxxxx>
> ---
>
> Changes from v3: Merged the series into one single patch for avoiding
> unnecessary intermediate stages.

Much better, thanks for sticking with this. Now queued up, and I think
this is going to be the last patch I take for 5.13-rc1. The rest I'll
store up for the next kernel release after that...

thanks,

greg k-h