diff options
Diffstat (limited to 'drivers/scsi/sata_vsc.c')
-rw-r--r-- | drivers/scsi/sata_vsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_vsc.c b/drivers/scsi/sata_vsc.c index 5af6d5f9f4bd..b7d6a31628c2 100644 --- a/drivers/scsi/sata_vsc.c +++ b/drivers/scsi/sata_vsc.c | |||
@@ -229,7 +229,7 @@ static irqreturn_t vsc_sata_interrupt (int irq, void *dev_instance, | |||
229 | handled++; | 229 | handled++; |
230 | } | 230 | } |
231 | 231 | ||
232 | if (ap && !(ap->flags & ATA_FLAG_PORT_DISABLED)) { | 232 | if (ap && !(ap->flags & ATA_FLAG_DISABLED)) { |
233 | struct ata_queued_cmd *qc; | 233 | struct ata_queued_cmd *qc; |
234 | 234 | ||
235 | qc = ata_qc_from_tag(ap, ap->active_tag); | 235 | qc = ata_qc_from_tag(ap, ap->active_tag); |