Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43322
b: refs/heads/master
c: fd3367a
h: refs/heads/master
v: v3
  • Loading branch information
Alan authored and Jeff Garzik committed Dec 7, 2006
1 parent ccce3ef commit 1a62b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 25b93d81b9abe3b786bdf3396d728bb13b0a911c
refs/heads/master: fd3367af3d1212f645094c4b5c4d458bdd061475
2 changes: 1 addition & 1 deletion trunk/drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2303,7 +2303,7 @@ int ata_timing_compute(struct ata_device *adev, unsigned short speed,
* DMA cycle timing is slower/equal than the fastest PIO timing.
*/

if (speed > XFER_PIO_4) {
if (speed > XFER_PIO_6) {
ata_timing_compute(adev, adev->pio_mode, &p, T, UT);
ata_timing_merge(&p, t, t, ATA_TIMING_ALL);
}
Expand Down

0 comments on commit 1a62b3f

Please sign in to comment.