Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdf767ca authored by YueHaibing's avatar YueHaibing Committed by David S. Miller
Browse files

net: qcom/emac: Add missing of_node_put()



Add missing of_node_put() call for device node returned by
of_parse_phandle().

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Acked-by: default avatarTimur Tabi <timur@codeaurora.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 99519122
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -384,6 +384,7 @@ int emac_sgmii_config(struct platform_device *pdev, struct emac_adapter *adpt)
		}

		sgmii_pdev = of_find_device_by_node(np);
		of_node_put(np);
		if (!sgmii_pdev) {
			dev_err(&pdev->dev, "invalid internal-phy property\n");
			return -ENODEV;