mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
phy: rockchip-typec: 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/20210216084847.1544-1-angkery@163.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
7bc057dd65
commit
6b5371adc3
1 changed files with 1 additions and 0 deletions
|
@ -1180,6 +1180,7 @@ static int rockchip_typec_phy_probe(struct platform_device *pdev)
|
|||
dev_err(dev, "failed to create phy: %pOFn\n",
|
||||
child_np);
|
||||
pm_runtime_disable(dev);
|
||||
of_node_put(child_np);
|
||||
return PTR_ERR(phy);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue