From: Matthew Wilcox Date: Fri, 5 Oct 2007 19:55:12 +0000 (-0400) Subject: [SCSI] sym53c8xx: Make interrupt handler capable of returning IRQ_NONE X-Git-Tag: v2.6.24-rc1~19^2~10 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99c9e0a1d6cfe1ba1169a7a81435ee85bc00e4a1;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed