]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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:26:28 +0000 (10:26 -0700)
commite5f6f6e9c836a340ea654d164f3dcfaadd19eba8
treeed553de7dda26a0a33de7ae475189d6928f4de37
parent24319a0851e4f6ee9a88624b2995834ee2c9a291
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