diff options
| -rw-r--r-- | drivers/ata/libata-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index d2e686371870..011c0a8a2dcc 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c | |||
| @@ -2303,7 +2303,7 @@ int ata_timing_compute(struct ata_device *adev, unsigned short speed, | |||
| 2303 | * DMA cycle timing is slower/equal than the fastest PIO timing. | 2303 | * DMA cycle timing is slower/equal than the fastest PIO timing. |
| 2304 | */ | 2304 | */ |
| 2305 | 2305 | ||
| 2306 | if (speed > XFER_PIO_4) { | 2306 | if (speed > XFER_PIO_6) { |
| 2307 | ata_timing_compute(adev, adev->pio_mode, &p, T, UT); | 2307 | ata_timing_compute(adev, adev->pio_mode, &p, T, UT); |
| 2308 | ata_timing_merge(&p, t, t, ATA_TIMING_ALL); | 2308 | ata_timing_merge(&p, t, t, ATA_TIMING_ALL); |
| 2309 | } | 2309 | } |
