diff options
Diffstat (limited to 'drivers/ide/pci/alim15x3.c')
-rw-r--r-- | drivers/ide/pci/alim15x3.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/ide/pci/alim15x3.c b/drivers/ide/pci/alim15x3.c index f15c8879d2c1..80013d2bb039 100644 --- a/drivers/ide/pci/alim15x3.c +++ b/drivers/ide/pci/alim15x3.c | |||
@@ -421,11 +421,6 @@ static int ali15x3_tune_chipset(ide_drive_t *drive, const u8 speed) | |||
421 | if (speed < XFER_PIO_0) | 421 | if (speed < XFER_PIO_0) |
422 | return 1; | 422 | return 1; |
423 | 423 | ||
424 | if (speed >= XFER_PIO_0 && speed <= XFER_PIO_5) { | ||
425 | ali_tune_pio(drive, speed - XFER_PIO_0); | ||
426 | return ide_config_drive_speed(drive, speed); | ||
427 | } | ||
428 | |||
429 | if (speed == XFER_UDMA_6) | 424 | if (speed == XFER_UDMA_6) |
430 | speed1 = 0x47; | 425 | speed1 = 0x47; |
431 | 426 | ||