diff options
Diffstat (limited to 'drivers/ide')
-rw-r--r-- | drivers/ide/via82cxxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/via82cxxx.c b/drivers/ide/via82cxxx.c index 6769fe252b07..e65d010b708d 100644 --- a/drivers/ide/via82cxxx.c +++ b/drivers/ide/via82cxxx.c | |||
@@ -199,7 +199,7 @@ static void via_set_drive(ide_hwif_t *hwif, ide_drive_t *drive) | |||
199 | ide_timing_compute(drive, speed, &t, T, UT); | 199 | ide_timing_compute(drive, speed, &t, T, UT); |
200 | 200 | ||
201 | if (peer) { | 201 | if (peer) { |
202 | ide_timing_compute(peer, peer->current_speed, &p, T, UT); | 202 | ide_timing_compute(peer, peer->pio_mode, &p, T, UT); |
203 | ide_timing_merge(&p, &t, &t, IDE_TIMING_8BIT); | 203 | ide_timing_merge(&p, &t, &t, IDE_TIMING_8BIT); |
204 | } | 204 | } |
205 | 205 | ||