Re: [PATCH v2] drm/bridge: tc358767: fix uninitialized variable regression
From: Luca Ceresoli
Date: Mon Jul 07 2025 - 07:12:22 EST
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,
--
Luca Ceresoli <luca.ceresoli@xxxxxxxxxxx>