Re: [PATCH 02/11] drm: of: drm_of_find_panel_or_bridge: simplify error return paths
From: Maxime Ripard
Date: Mon Aug 17 2026 - 04:24:55 EST
On Fri, 14 Aug 2026 16:05:50 +0200, Luca Ceresoli wrote:
> In prepataion to further modify the logic of this function, simplify the
> error-returning code.
>
> With this change, on any error there is an immediate 'return -<ERRNO>;'
> statement, without having to carry on the return value until the end.
>
> [ ... ]
Reviewed-by: Maxime Ripard <mripard@xxxxxxxxxx>
Thanks!
Maxime