]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
net: macb: add of_node_put to error paths
authorMichael Grzeschik <m.grzeschik@pengutronix.de>
Wed, 8 Nov 2017 08:56:35 +0000 (09:56 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Nov 2017 06:27:44 +0000 (15:27 +0900)
commit66ee6a06e620740b706b8dbde161492f6a405b26
treec1a111dfd98801469ff4bc7ce75b1bc96fa178b3
parent9ce981401cce7852542cab267702b6e89f37a4b8
net: macb: add of_node_put to error paths

We add the call of_node_put(bp->phy_node) to all associated error
paths for memory clean up.

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cadence/macb_main.c