cpmac: do not leak struct net_device on phy_connect errors
commitba7afdd80a6a91fd7fac2aa17cadb75d4b427c13
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:29:26 +0000 (2 10:29 -0700)
treeb168faf0506c6b5d9d08fc0c29940bbc04ec22e6
parentc6351bcaa687686e784b85d92e544e4c0176ef09
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