On Fri, 1 Aug 2025 19:05:26 +0200, Luca Ceresoli wrote: > Use drm_bridge_chain_get_last_bridge() instead of open coding a loop with > two invocations of drm_bridge_get_next_bridge() per iteration. > > Besides being cleaner and more efficient, this change is necessary in > preparation for drm_bridge_get_next_bridge() to get a reference to the > > [ ... ]
Reviewed-by: Maxime Ripard <mrip...@kernel.org> Thanks! Maxime