diff options
Diffstat (limited to 'drivers/scsi/sata_nv.c')
-rw-r--r-- | drivers/scsi/sata_nv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/sata_nv.c b/drivers/scsi/sata_nv.c index 9b9142790bd6..41a3421b02b4 100644 --- a/drivers/scsi/sata_nv.c +++ b/drivers/scsi/sata_nv.c | |||
@@ -291,7 +291,8 @@ static irqreturn_t nv_interrupt (int irq, void *dev_instance, | |||
291 | struct ata_port *ap; | 291 | struct ata_port *ap; |
292 | 292 | ||
293 | ap = host_set->ports[i]; | 293 | ap = host_set->ports[i]; |
294 | if (ap && (!(ap->flags & ATA_FLAG_PORT_DISABLED))) { | 294 | if (ap && |
295 | !(ap->flags & (ATA_FLAG_PORT_DISABLED | ATA_FLAG_NOINTR))) { | ||
295 | struct ata_queued_cmd *qc; | 296 | struct ata_queued_cmd *qc; |
296 | 297 | ||
297 | qc = ata_qc_from_tag(ap, ap->active_tag); | 298 | qc = ata_qc_from_tag(ap, ap->active_tag); |