Re: [PATCH 0/3] drm/mediatek: fixes for ovl_adaptor

2024-08-15 Thread Chun-Kuang Hu
Hi, Javier: Javier Carrasco 於 2024年6月25日 週二 上午12:44寫道: > > The main fix is a possible memory leak on an early exit in the > for_each_child_of_node() loop. That fix has been divided into a patch > that can be backported (a simple of_node_put()), and another one that > uses the scoped variant of th

[PATCH 0/3] drm/mediatek: fixes for ovl_adaptor

2024-06-24 Thread Javier Carrasco
The main fix is a possible memory leak on an early exit in the for_each_child_of_node() loop. That fix has been divided into a patch that can be backported (a simple of_node_put()), and another one that uses the scoped variant of the macro, removing the need for any of_node_put(). That prevents mis