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 143edf0 commit f62bf4fCopy full SHA for f62bf4f
drivers/net/ethernet/hisilicon/hip04_eth.c
@@ -947,6 +947,7 @@ static int hip04_mac_probe(struct platform_device *pdev)
947
priv->tx_coalesce_timer.function = tx_done;
948
949
priv->map = syscon_node_to_regmap(arg.np);
950
+ of_node_put(arg.np);
951
if (IS_ERR(priv->map)) {
952
dev_warn(d, "no syscon hisilicon,hip04-ppe\n");
953
ret = PTR_ERR(priv->map);
0 commit comments