aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/isci/host.c')
-rw-r--r--drivers/scsi/isci/host.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/isci/host.c b/drivers/scsi/isci/host.c
index 40614e9ab41b..da0c0da4198f 100644
--- a/drivers/scsi/isci/host.c
+++ b/drivers/scsi/isci/host.c
@@ -78,8 +78,9 @@ irqreturn_t isci_intx_isr(int vec, void *data)
78 struct pci_dev *pdev = data; 78 struct pci_dev *pdev = data;
79 struct isci_host *ihost; 79 struct isci_host *ihost;
80 irqreturn_t ret = IRQ_NONE; 80 irqreturn_t ret = IRQ_NONE;
81 int i;
81 82
82 for_each_isci_host(ihost, pdev) { 83 for_each_isci_host(i, ihost, pdev) {
83 struct scic_sds_controller *scic = ihost->core_controller; 84 struct scic_sds_controller *scic = ihost->core_controller;
84 85
85 if (scic_sds_controller_isr(scic)) { 86 if (scic_sds_controller_isr(scic)) {