Re: [PATCH] memory: of: Add of_node_put() when breaking out of for_each_child_of_node()

From: Krzysztof Kozlowski
Date: Tue Jul 19 2022 - 04:18:39 EST


On 16/07/2022 04:50, Liang He wrote:
> In of_get_ddr_timings() and of_lpddr3_get_ddr_timings(), we should
> add the of_node_put() when breaking out of for_each_child_of_node()
> as it will automatically increase and decrease the refcount.
>

Thank you for your patch. There is something to discuss/improve.

> Fixes: 976897dd96db ("memory: Extend of_memory with LPDDR3 support")
> Fixes: e6b42eb6a66c ("memory: emif: add device tree support to emif driver")

Please split the patches into two separate fixes.

> Signed-off-by: Liang He <windhl@xxxxxxx>
> ---
> drivers/memory/of_memory.c | 2 ++
> 1 file changed, 2 insertions(+)
Best regards,
Krzysztof