aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/legacy/ali14xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/legacy/ali14xx.c')
-rw-r--r--drivers/ide/legacy/ali14xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/legacy/ali14xx.c b/drivers/ide/legacy/ali14xx.c
index 30aeb8750c00..d5c7a57b71c1 100644
--- a/drivers/ide/legacy/ali14xx.c
+++ b/drivers/ide/legacy/ali14xx.c
@@ -117,7 +117,7 @@ static void ali14xx_tune_drive (ide_drive_t *drive, u8 pio)
117 unsigned long flags; 117 unsigned long flags;
118 int bus_speed = system_bus_clock(); 118 int bus_speed = system_bus_clock();
119 119
120 pio = ide_get_best_pio_mode(drive, pio, ALI_MAX_PIO, NULL); 120 pio = ide_get_best_pio_mode(drive, pio, ALI_MAX_PIO);
121 121
122 /* calculate timing, according to PIO mode */ 122 /* calculate timing, according to PIO mode */
123 time1 = ide_pio_cycle_time(drive, pio); 123 time1 = ide_pio_cycle_time(drive, pio);