pinctrl: stm32: add missing of_node_put
authorJunlin Yang <yangjunlin@yulong.com>
Mon, 15 Feb 2021 10:36:43 +0000 (18:36 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 10 Mar 2021 13:41:12 +0000 (14:41 +0100)
commitffeaa23aa001b46b5fb35cb5e3f5ddb796d9b462
tree6d273120402e46fb6e8b4e26191e2e29bf26662d
parenta7db796b305bba7b4fd78eac2c50647a7cafe0f7
pinctrl: stm32: add missing of_node_put

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 <yangjunlin@yulong.com>
Link: https://lore.kernel.org/r/20210215103643.898-1-angkery@163.com
Acked-by: Fabien Dessenne <fabien.dessenne@foss.st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/stm32/pinctrl-stm32.c