Re: [PATCH] ARM: exynos: add missing of_node_put for loop iteration

From: Arnd Bergmann
Date: Sun Apr 25 2021 - 14:44:13 EST


On Sun, Apr 25, 2021 at 7:50 PM Krzysztof Kozlowski
<krzysztof.kozlowski@xxxxxxxxxxxxx> wrote:
>
> Early exits from for_each_compatible_node() should decrement the
> node reference counter. Reported by Coccinelle:
>
> arch/arm/mach-exynos/exynos.c:52:1-25: WARNING:
> Function "for_each_compatible_node" should have of_node_put() before break around line 58.
>
> Fixes: b3205dea8fbf ("ARM: EXYNOS: Map SYSRAM through generic DT bindings")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx>

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>

I've already tagged the pull requests for 5.13, so I guess you can
just add this into
your next fixes branch.

Arnd