]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] sym53c8xx: Make interrupt handler capable of returning IRQ_NONE
authorMatthew Wilcox <matthew@wil.cx>
Fri, 5 Oct 2007 19:55:12 +0000 (15:55 -0400)
committerJames Bottomley <jejb@mulgrave.localdomain>
Tue, 23 Oct 2007 19:23:28 +0000 (15:23 -0400)
commitaaa78cd181af8a8e3bde99805dd969171e8de585
treea946e291692f09e3b4ecc71ceb9dd264a9f7acea
parent9ecf75781e64e9f84877d0214b5ac3a01c7169fd
[SCSI] sym53c8xx: Make interrupt handler capable of returning IRQ_NONE

Make sym_interrupt return an irqreturn_t instead of void, and take a
Scsi_Host instead of a sym_hcb.  Pass the Scsi_Host to the interrupt
handler instead of the sym_hcb.  Rename the host_data to sym_data.
Keep a pci_dev pointer in the sym_data.  Rename the Scsi_Host from
instance to shost.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/sym53c8xx_2/sym_glue.c
drivers/scsi/sym53c8xx_2/sym_glue.h
drivers/scsi/sym53c8xx_2/sym_hipd.c
drivers/scsi/sym53c8xx_2/sym_hipd.h