On Fri, 30 Jan 2026 00:21:19 +0800, Felix Gu wrote:
> The logicvc_drm_config_parse() function calls of_get_child_by_name() to
> find the "layers" node but fails to release the reference, leading to a
> device node reference leak.
>
> Fix this by using the __free(device_node) cleanup attribute to automatic
> release the reference when the variable goes out of scope.
>
> [...]
Applied, thanks!
[1/1] drm/logicvc: Fix device node reference leak in logicvc_drm_config_parse()
commit: fef0e649f8b42bdffe4a916dd46e1b1e9ad2f207
Best regards,
--
Luca Ceresoli <[email protected]>