From: Fabio Estevam Date: Mon, 27 May 2013 03:48:30 +0000 (+0000) Subject: fec: Invert the order of error path sequence X-Git-Tag: v3.11-rc1~16^2~300^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a2bbd8d8e36c4fae7610bb1be96c2ba5ff7553a;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed