diff options
Diffstat (limited to 'drivers/ata/pata_qdi.c')
-rw-r--r-- | drivers/ata/pata_qdi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/pata_qdi.c b/drivers/ata/pata_qdi.c index 9f308ed76cc8..60238d5748a7 100644 --- a/drivers/ata/pata_qdi.c +++ b/drivers/ata/pata_qdi.c | |||
@@ -191,7 +191,7 @@ static struct ata_port_operations qdi6500_port_ops = { | |||
191 | 191 | ||
192 | .data_xfer = qdi_data_xfer, | 192 | .data_xfer = qdi_data_xfer, |
193 | 193 | ||
194 | .irq_clear = ata_bmdma_irq_clear, | 194 | .irq_clear = ata_noop_irq_clear, |
195 | .irq_on = ata_irq_on, | 195 | .irq_on = ata_irq_on, |
196 | 196 | ||
197 | .port_start = ata_sff_port_start, | 197 | .port_start = ata_sff_port_start, |
@@ -217,7 +217,7 @@ static struct ata_port_operations qdi6580_port_ops = { | |||
217 | 217 | ||
218 | .data_xfer = qdi_data_xfer, | 218 | .data_xfer = qdi_data_xfer, |
219 | 219 | ||
220 | .irq_clear = ata_bmdma_irq_clear, | 220 | .irq_clear = ata_noop_irq_clear, |
221 | .irq_on = ata_irq_on, | 221 | .irq_on = ata_irq_on, |
222 | 222 | ||
223 | .port_start = ata_sff_port_start, | 223 | .port_start = ata_sff_port_start, |