From: Jesse Brandeburg Date: Thu, 13 Jan 2011 07:48:13 +0000 (+0000) Subject: e1000: Avoid unhandled IRQ X-Git-Tag: v2.6.38-rc1~50^2~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c11b8adbc48bd21885fbc671df2f8ac04a75473;p=pandora-kernel.git e1000: Avoid unhandled IRQ If hardware asserted an interrupt and driver is down, then there is nothing to do so return IRQ_HANDLED instead of IRQ_NONE. Returning IRQ_NONE in above situation causes screaming IRQ on virtual machines. CC: Andy Gospodarek Signed-off-by: Tushar Dave Signed-off-by: Jesse Brandeburg Tested-by: Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed