Hi Esben,

On Mon, 10 Aug 2026 09:19:41 +0200
Esben Haabendal <[email protected]> wrote:

> Propagate the error code from drm_bridge_helper_reset_crtc(), so that
> callers has a chance to handle the failure.
> 
> Fixes: ad5c6ecef27e ("drm: bridge: ti-sn65dsi83: Add error recovery 
> mechanism")
> Cc: [email protected]
> Reviewed-by: Luca Ceresoli <[email protected]>
> Tested-by: Luca Ceresoli <[email protected]>
> Signed-off-by: Esben Haabendal <[email protected]>
> ---
>  drivers/gpu/drm/bridge/ti-sn65dsi83.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/bridge/ti-sn65dsi83.c 
> b/drivers/gpu/drm/bridge/ti-sn65dsi83.c
> index 0ccfff401b2a..475224c5a5d8 100644
> --- a/drivers/gpu/drm/bridge/ti-sn65dsi83.c
> +++ b/drivers/gpu/drm/bridge/ti-sn65dsi83.c
> @@ -403,7 +403,7 @@ static int sn65dsi83_reset_pipe(struct sn65dsi83 
> *sn65dsi83)
>       drm_modeset_drop_locks(&ctx);
>       drm_modeset_acquire_fini(&ctx);
>  
> -     return 0;
> +     return err;
>  }
>  
>  static void sn65dsi83_reset_work(struct work_struct *ws)
> 

I have sent my 'Reviewed-by' too late on the v3. Sorry about that.

Here it is for this v4.

Reviewed-by: Herve Codina <[email protected]>

Best regards,
Hervé

Reply via email to