Re: [PATCH] pinctrl: stm32: add missing of_node_put
From: Linus Walleij <hidden>
Date: 2021-03-02 09:36:25
Also in:
linux-arm-kernel, lkml
From: Linus Walleij <hidden>
Date: 2021-03-02 09:36:25
Also in:
linux-arm-kernel, lkml
On Mon, Feb 15, 2021 at 11:41 AM angkery [off-list ref] wrote:
From: Junlin Yang <redacted> Fix OF node leaks by calling of_node_put in for_each_available_child_of_node when the cycle returns. Generated by: scripts/coccinelle/iterators/for_each_child.cocci Signed-off-by: Junlin Yang <redacted>
Patch applied with Fabien's ACK! Yours, Linus Walleij