]> git.karo-electronics.de Git - mv-sheeva.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)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Jun 2010 04:16:58 +0000 (21:16 -0700)
commited770f01360b392564650bf1553ce723fa46afec
treee8d527f70f2746f823b907a4f8406963cb0f36ff
parent9735b7ef005aaef5e5905cddba893f8725cd8867
cpmac: do not leak struct net_device on phy_connect errors

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>
CC: stable@kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/cpmac.c