OSDN Git Service

fec: Invert the order of error path sequence
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 27 May 2013 03:48:30 +0000 (03:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 May 2013 05:29:54 +0000 (22:29 -0700)
commit7a2bbd8d8e36c4fae7610bb1be96c2ba5ff7553a
tree42d2b572c87534023eeb21cd9c66fe7d8d34504c
parentf4e9f3d2fdb141d920c9fd7bd5ea7db348f6d3be
fec: Invert the order of error path sequence

Currently when fec_enet_init fails it jumps to 'failed_init' error path, which
will attemp to free the interrupts.

This is wrong because at this point the interrupts have not even been acquired.

Swap failed_init/failed_irq to fix the error path.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fec_main.c