linux/drivers/net/stmmac
Dan Carpenter 34a52f363a stmmac: unwind properly in stmmac_dvr_probe()
The original code had a several problems:
*) It had potential null dereferences of "priv" and "res".
*) It released the memory region before it was aquired.
*) It didn't free "ndev" after it was allocated.
*) It didn't call unregister_netdev() after calling stmmac_probe().

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-12-21 10:53:19 -08:00
..
Kconfig
Makefile
common.h
descs.h
dwmac100.h
dwmac100_core.c
dwmac100_dma.c
dwmac1000.h
dwmac1000_core.c
dwmac1000_dma.c
dwmac_dma.h
dwmac_lib.c
enh_desc.c
norm_desc.c
stmmac.h
stmmac_ethtool.c
stmmac_main.c stmmac: unwind properly in stmmac_dvr_probe() 2010-12-21 10:53:19 -08:00
stmmac_mdio.c
stmmac_timer.c
stmmac_timer.h