On Fri, 04 Jul 2025 01:30:18 +0200, Luca Ceresoli wrote:
Commit a59a27176914 ("drm/bridge: tc358767: convert to devm_drm_bridge_alloc() API") split tc_probe_bridge_endpoint() in two functions, thus duplicating the loop over the endpoints in each of those functions. However it missed duplicating the of_graph_parse_endpoint() call which initializes the struct of_endpoint, resulting in an uninitialized read.
[...]
Applied, thanks!
[1/1] drm/bridge: tc358767: fix uninitialized variable regression commit: cb863540e7c756abe7e709673a3e073c6a7aa8c0
Best regards,