diff options
Diffstat (limited to 'drivers/scsi/sata_qstor.c')
-rw-r--r-- | drivers/scsi/sata_qstor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_qstor.c b/drivers/scsi/sata_qstor.c index 6e0c749b6cb4..6317a9a96e69 100644 --- a/drivers/scsi/sata_qstor.c +++ b/drivers/scsi/sata_qstor.c | |||
@@ -432,7 +432,7 @@ static inline unsigned int qs_intr_mmio(struct ata_host_set *host_set) | |||
432 | if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) { | 432 | if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) { |
433 | 433 | ||
434 | /* check main status, clearing INTRQ */ | 434 | /* check main status, clearing INTRQ */ |
435 | u8 status = ata_chk_status(ap); | 435 | u8 status = ata_check_status(ap); |
436 | if ((status & ATA_BUSY)) | 436 | if ((status & ATA_BUSY)) |
437 | continue; | 437 | continue; |
438 | DPRINTK("ata%u: protocol %d (dev_stat 0x%X)\n", | 438 | DPRINTK("ata%u: protocol %d (dev_stat 0x%X)\n", |