Re: [PATCH v2 1/9] drm/display: bridge-connector: use scope-specific variable for the bridge pointer
From: Maxime Ripard
Date: Tue Aug 19 2025 - 09:47:48 EST
On Fri, 8 Aug 2025 16:49:08 +0200, Luca Ceresoli wrote:
> Currently drm_bridge_connector_init() reuses the 'bridge' variable, first
> as a loop variable in the long drm_for_each_bridge_in_chain() and then in
> the HDMI-specific code as a shortcut to bridge_connector->bridge_cec.
>
> We are about to remove the 'bridge' loop variable for
>
> [ ... ]
Reviewed-by: Maxime Ripard <mripard@xxxxxxxxxx>
Thanks!
Maxime