On Wed, Jan 07, 2026 at 10:56:27AM +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]> > Signed-off-by: Luca Ceresoli <[email protected]> > --- > drivers/gpu/drm/bridge/imx/imx8qxp-pixel-link.c | 12 ++++-------- > 1 file changed, 4 insertions(+), 8 deletions(-) Reviewed-by: Liu Ying <[email protected]>
