Re: [PATCH] rtl8723bs: replace _SUCCESS/_FAIL with standard errno

From: Dan Carpenter

Date: Thu Mar 19 2026 - 05:36:24 EST


On Wed, Mar 18, 2026 at 10:41:03PM +0100, Omer El Idrissi wrote:
> Replace non-standard return values with descriptive
> linux kernel error codes in probe path.
> Also replace the variable name 'status' with 'ret'
> to be more consistent with other kernel code
>
> Signed-off-by: Omer El Idrissi <omer.e.idrissi@xxxxxxxxx>

This doesn't apply. I don't think you're working against staging-next.

regards,
dan carpenter