From: Jesse Brandeburg Date: Wed, 25 Mar 2009 21:59:22 +0000 (+0000) Subject: e1000: fix close race with interrupt X-Git-Tag: v2.6.30-rc1~662^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6c42322722976ca81e6d02e4a702f33d659d8fc;p=pandora-kernel.git e1000: fix close race with interrupt this is in regards to http://bugzilla.kernel.org/show_bug.cgi?id=12876 where it appears that e1000 can leave its interrupt enabled after exiting the driver. Fix the bug by making the interrupt enable paths more aware of the driver exiting. Thanks to Alan Cox for the poke and initial investigation. CC: Alan Cox Signed-off-by: Jesse Brandeburg Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed