[PATCH] ARM: exynos: add missing of_node_put for loop iteration
Arnd Bergmann
arnd at arndb.de
Sun Apr 25 19:43:36 BST 2021
On Sun, Apr 25, 2021 at 7:50 PM Krzysztof Kozlowski
<krzysztof.kozlowski at canonical.com> 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 at canonical.com>
Acked-by: Arnd Bergmann <arnd at arndb.de>
I've already tagged the pull requests for 5.13, so I guess you can
just add this into
your next fixes branch.
Arnd
More information about the linux-arm-kernel
mailing list