Re: [PATCH] drm/bridge: tc358767: fix uninitialized variable regression

2025-07-03 Thread Luca Ceresoli
On Thu, 3 Jul 2025 19:00:44 +0100 "Colin King (gmail)" wrote: > On 03/07/2025 17:32, 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 endpoint

Re: [PATCH] drm/bridge: tc358767: fix uninitialized variable regression

2025-07-03 Thread Colin King (gmail)
On 03/07/2025 17:32, 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_par

[PATCH] drm/bridge: tc358767: fix uninitialized variable regression

2025-07-03 Thread Luca Ceresoli
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 str