Re: [PATCH] pinctrl: meson: meson: Add of_node_put() before return
From: Linus Walleij <hidden>
Date: 2019-08-23 09:49:00
Also in:
linux-amlogic, linux-gpio
From: Linus Walleij <hidden>
Date: 2019-08-23 09:49:00
Also in:
linux-amlogic, linux-gpio
On Thu, Aug 15, 2019 at 8:07 AM Nishka Dasgupta [off-list ref] wrote:
Each iteration of for_each_child_of_node puts the previous node, but in the case of a return from the middle of the loop, there is no put, thus causing a memory leak. Hence add an of_node_put before the return. Issue found with Coccinelle. Signed-off-by: Nishka Dasgupta <redacted>
Patch applied with Neil's ACK. Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel