4.4-stable review patch.  If anyone has any objections, please let me know.

------------------

From: Peter Chen <[email protected]>

commit 5817f977527e5cdbea9ca56d2b95824f59c8747d upstream.

of_node_put needs to be called when the device node which is got
from of_parse_phandle has finished using.

Signed-off-by: Peter Chen <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Signed-off-by: SZ Lin (林上智) <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
 drivers/net/ethernet/ti/davinci_emac.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/net/ethernet/ti/davinci_emac.c
+++ b/drivers/net/ethernet/ti/davinci_emac.c
@@ -2108,6 +2108,7 @@ static int davinci_emac_remove(struct pl
        cpdma_ctlr_destroy(priv->dma);
 
        unregister_netdev(ndev);
+       of_node_put(priv->phy_node);
        free_netdev(ndev);
 
        return 0;


Reply via email to