Re: [PATCH v3 0/4] clean up error handling

From: Greg KH

Date: Thu Mar 26 2026 - 06:42:51 EST


On Thu, Mar 26, 2026 at 09:16:22AM +0100, Omer El Idrissi wrote:
> This series lets sdio_init() propagate standard kernel error codes
> instead of returning _SUCCESS/_FAIL. There are two callers for this
> function. rtw_resume_process_normal() already returns negative values
> but the caller doesn't check for errors so changing this doesn't
> affect anything. sdio_dvobj_init() returns NULL on
> error so leave that as-is.
>
> Signed-off-by: Omer El Idrissi <omer.e.idriss@xxxxxxxxx>

You sent v3 twice, was that on purpose?

confused,

greg k-h