ide: remove obsoleted "idebus=" kernel parameter
[deliverable/linux.git] / drivers / ide / legacy / ali14xx.c
index 90c65cf97448c3fc7e72313f7bb1dbfcd7e4e0fb..052125fafcfa1cb320481c600e5b6129b3e06891 100644 (file)
@@ -116,7 +116,7 @@ static void ali14xx_set_pio_mode(ide_drive_t *drive, const u8 pio)
        int time1, time2;
        u8 param1, param2, param3, param4;
        unsigned long flags;
-       int bus_speed = ide_vlb_clk ? ide_vlb_clk : system_bus_clock();
+       int bus_speed = ide_vlb_clk ? ide_vlb_clk : 50;
 
        /* calculate timing, according to PIO mode */
        time1 = ide_pio_cycle_time(drive, pio);
This page took 0.025847 seconds and 5 git commands to generate.