e1000: IRQ resources cleanup
authorVasily Averin <vvs@sw.ru>
Mon, 28 Aug 2006 21:56:19 +0000 (14:56 -0700)
committerAuke Kok <juke-jan.h.kok@intel.com>
Mon, 28 Aug 2006 21:56:19 +0000 (14:56 -0700)
commit401a552b8b318d594fc44d36e3da13ad475a41f7
treea8d2e8e93a7ce29bc8949bc270a8248e795cc2e7
parent8fc897b00a7d81ffaa24e18881c2d6b10698ab0b
e1000: IRQ resources cleanup

irq leak was found in 2.6.18-rc4 and e1000 7.2.7 from sourceforge: if
e1000_up fails in e1000_open() we do not free allocated irq

Signed-off-by: Vasily Averin <vvs@sw.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
drivers/net/e1000/e1000_main.c