e1000: Avoid unhandled IRQ
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Thu, 13 Jan 2011 07:48:13 +0000 (07:48 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 14 Jan 2011 10:00:46 +0000 (02:00 -0800)
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 <gospo@redhat.com>
Signed-off-by: Tushar Dave <tushar.n.dave@intel.com>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: <jeffrey.e.pieper@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

No differences found