phy: ti: j721e-wiz: add missing of_node_put
authorJunlin Yang <yangjunlin@yulong.com>
Tue, 16 Feb 2021 08:27:39 +0000 (16:27 +0800)
committerVinod Koul <vkoul@kernel.org>
Mon, 15 Mar 2021 10:05:32 +0000 (15:35 +0530)
commit00f2e6f668b05c259f3f8d1e943318bcad8486e7
treedaa94a6c8cb2e13558020615c9f2cc66d8a8d3ff
parent6b5371adc3e56da66085aeef7e70bc8c33e6264c
phy: ti: j721e-wiz: add missing of_node_put

Fix OF node leaks by calling of_node_put in
for_each_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/20210216082739.1414-1-angkery@163.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/ti/phy-j721e-wiz.c