commit | 99c9e0a1d6cfe1ba1169a7a81435ee85bc00e4a1 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Fri Oct 05 15:55:12 2007 -0400 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Tue Oct 23 15:23:28 2007 -0400 |
tree | a946e291692f09e3b4ecc71ceb9dd264a9f7acea | |
parent | 8022fbdacb0e9193a5dfb666479d1fc2ca63ecf1 [diff] |
[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>