From: Eric Moore Date: Thu, 29 Jun 2006 23:38:43 +0000 (-0600) Subject: [SCSI] mptbase: mpt_interrupt should return IRQ_NONE X-Git-Tag: v2.6.18-rc1~22^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e00a5b28782d65b7ac91e1e9812c281c2ec7af0;p=pandora-kernel.git [SCSI] mptbase: mpt_interrupt should return IRQ_NONE The way mpt_interrupt() was coded, it was impossible for the unhandled interrupt detection logic to ever trigger. All interrupt handlers should return IRQ_NONE when they have nothing to do. Signed-off-by: Jan Beulich Signed-off-by: Andrew Morton Signed-off-by: Eric Moore Signed-off-by: James Bottomley --- Reading git-diff-tree failed