cpmac: do not leak struct net_device on phy_connect errors
commit19a7aff8e075e8d828a638e1d66866775bf14801
authorFlorian Fainelli <florian@openwrt.org>
Sun, 20 Jun 2010 22:07:48 +0000 (20 22:07 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 2 Aug 2010 17:20:44 +0000 (2 10:20 -0700)
tree5adaa151bbe9f2bf49883c8b8189eebf81832b96
parenteb6c5150700366f71a59b1839bef82719af7b27d
cpmac: do not leak struct net_device on phy_connect errors

commit ed770f01360b392564650bf1553ce723fa46afec upstream.

If the call to phy_connect fails, we will return directly instead of freeing
the previously allocated struct net_device.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/cpmac.c