pata_fsl: use with-irqs version of PIO data transfer for a noticable speedup

This commit is contained in:
Matt Sealey
2012-03-08 15:20:21 -06:00
parent a460028c64
commit 92645ae481

View File

@@ -721,7 +721,7 @@ static struct ata_port_operations pata_fsl_port_ops = {
.qc_prep = ata_noop_qc_prep,
.sff_data_xfer = ata_sff_data_xfer_noirq,
.sff_data_xfer = ata_sff_data_xfer,
.sff_irq_clear = ata_dummy_noret,
.sff_irq_on = ata_sff_irq_on,