On Tue, 16 Dec 2025 18:58:52 +0100, Luca Ceresoli wrote: > The main loop in imx8qxp_pixel_link_find_next_bridge() requires calling > of_node_put() in multiple places, complicating code flow. Simplify it by > using a cleanup action and making the 'remote' variable scope local to the > loop. > > > [ ... ]
Reviewed-by: Maxime Ripard <[email protected]> Thanks! Maxime
