Searched hist:"681 d2421e1135b95f5cd9d16fe10eac7f570a9f2" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | diff 681d2421e1135b95f5cd9d16fe10eac7f570a9f2 Sat Oct 04 18:40:01 CEST 2014 Fabio Estevam <fabio.estevam@freescale.com> fec: Fix fec_enet_alloc_buffers() error path
When fec_enet_alloc_buffers() fails we should better undo the previous actions, which consists of: disabling the FEC clocks and putting the FEC pins into inactive state.
The error path for fec_enet_mii_probe() is kept unchanged.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|