From: Michael Grzeschik <[email protected]> Date: Tue, 7 Nov 2017 10:59:49 +0100
> @@ -611,6 +611,7 @@ static int macb_mii_init(struct macb *bp) > err_out_unregister_bus: > mdiobus_unregister(bp->mii_bus); > err_out_free_mdiobus: > + of_node_put(bp->phy_node); > if ((np) && (of_phy_is_fixed_link(np))) > of_phy_deregister_fixed_link(np); > mdiobus_free(bp->mii_bus); This is relative to another patch which has not been applied. Please do not do this.
