Revert "clk: bcm: bcm53573: fix OF node leak in init"
This reverts commit 6d3b9607db
.
This commit is contained in:
parent
5d3aea602a
commit
229458c35b
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ static void bcm53573_ilp_init(struct device_node *np)
|
|||
goto err_free_ilp;
|
||||
}
|
||||
|
||||
ilp->regmap = syscon_node_to_regmap(np->parent);
|
||||
ilp->regmap = syscon_node_to_regmap(of_get_parent(np));
|
||||
if (IS_ERR(ilp->regmap)) {
|
||||
err = PTR_ERR(ilp->regmap);
|
||||
goto err_free_ilp;
|
||||
|
|
Loading…
Add table
Reference in a new issue