aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/libata-core.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index eaab6d925ef2..971a737a8734 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -3544,6 +3544,9 @@ static void ata_dev_xfermask(struct ata_device *dev)
3544 "other device, disabling DMA\n"); 3544 "other device, disabling DMA\n");
3545 } 3545 }
3546 3546
3547 if (ap->flags & ATA_FLAG_NO_IORDY)
3548 xfer_mask &= ata_pio_mask_no_iordy(dev);
3549
3547 if (ap->ops->mode_filter) 3550 if (ap->ops->mode_filter)
3548 xfer_mask = ap->ops->mode_filter(dev, xfer_mask); 3551 xfer_mask = ap->ops->mode_filter(dev, xfer_mask);
3549 3552