[SCSI] mptbase: mpt_interrupt should return IRQ_NONE
commit3e00a5b28782d65b7ac91e1e9812c281c2ec7af0
authorEric Moore <eric.moore@lsil.com>
Thu, 29 Jun 2006 23:38:43 +0000 (29 17:38 -0600)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sat, 1 Jul 2006 02:29:23 +0000 (30 21:29 -0500)
treeb9dd446bf2bbc043cc1982c5cfe664588094ac8e
parent376ac8307868f93a0b9aa277f43dee0f63c41c1b
[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 <jbeulich@novell.com>
Signed-off-by: Andrew Morton <akpm@osdl.com>
Signed-off-by: Eric Moore <Eric.Moore@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/message/fusion/mptbase.c