We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359a218 commit 0a94777Copy full SHA for 0a94777
drivers/net/ethernet/hisilicon/hns_mdio.c
@@ -575,6 +575,7 @@ static int hns_mdio_probe(struct platform_device *pdev)
575
MDIO_SC_RESET_ST;
576
}
577
578
+ of_node_put(reg_args.np);
579
} else {
580
dev_warn(&pdev->dev, "find syscon ret = %#x\n", ret);
581
mdio_dev->subctrl_vbase = NULL;
0 commit comments