Re: [PATCH] staging: rtl8723bs: Improve error handling

From: Greg KH

Date: Fri Mar 13 2026 - 10:03:40 EST


On Fri, Mar 13, 2026 at 03:49:08PM +0300, Bera Yüzlü wrote:
> Remove unnecessary ret variable and goto exit pattern. The function now
> returns immediately when an error occurs. Additionally, ensure that
> intf_free_irq() is called when pm_netdev_open() fails to avoid leaving
> the allocated IRQ uncleared.
>
> Signed-off-by: Bera Yüzlü <b9788213@xxxxxxxxx>
> ---
> V2: Used int_free_irq() in error condition.

No "v2" in the [PATCH] area? It should look like:
[PATCH v2] staging: rtl8723bs: Improve error handling

so, v3?

thanks,

greg k-h