On Sat, Jan 31, 2026 at 4:58 PM Luca Ceresoli <[email protected]> wrote:
> mcde_dsi_bind() has a loop over all subnodes looking for a panel, but does > not exit when a match is found and only stores the last match. However this > will be problematic when introducing refcounting on the struct drm_device > pointer in a following commit, because of_drm_find_and_get_bridge() would > get a reference to multiple bridges. > > There seem to be no real reason for looking for multiple panels, so just > break as soon as a match is found. > > Signed-off-by: Luca Ceresoli <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij
