aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/ata/sata_mv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/sata_mv.c b/drivers/ata/sata_mv.c
index 8f356e4417d2..1f14b1b52340 100644
--- a/drivers/ata/sata_mv.c
+++ b/drivers/ata/sata_mv.c
@@ -1820,8 +1820,6 @@ static struct ata_queued_cmd *mv_get_active_qc(struct ata_port *ap)
1820 else if (!(qc->flags & ATA_QCFLAG_ACTIVE)) 1820 else if (!(qc->flags & ATA_QCFLAG_ACTIVE))
1821 qc = NULL; 1821 qc = NULL;
1822 } 1822 }
1823 if (qc && (qc->tf.flags & ATA_TFLAG_POLLING))
1824 qc = NULL;
1825 return qc; 1823 return qc;
1826} 1824}
1827 1825