cpmac: do not leak struct net_device on phy_connect errors
authorFlorian Fainelli <florian@openwrt.org>
Sun, 20 Jun 2010 22:07:48 +0000 (22:07 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 2 Aug 2010 17:18:50 +0000 (10:18 -0700)
commit1a9e5fa66baa4dfd6bc366fbe84b172c6da9321b
tree3a4a3cbc69b20d64384c51f9f94d59034073f171
parentdd3eae69495d9ad7a4424f38ec632e811f10a292
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