[SCSI] advansys: Improve interrupt handler
authorMatthew Wilcox <matthew@wil.cx>
Sun, 29 Jul 2007 05:11:05 +0000 (23:11 -0600)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:38:40 +0000 (14:38 -0400)
commit074c8fe4c0c0c7918d99bca34ea8e02a86997530
tree3749b38af53c46df54a036cb8d9cfd740031eef3
parent2a437959e963d98e04dbbcd26b69bfb1985567ce
[SCSI] advansys: Improve interrupt handler

Pass the Scsi_Host to the interrupt handler, rather than polling all
hosts for each interrupt.
Return IRQ_NONE if we didn't handle this interrupt
Don't set the IRQF_DISABLED flag; this is not a fast-executing interrupt
handler.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/advansys.c