diff options
Diffstat (limited to 'drivers/ide/pci/siimage.c')
-rw-r--r-- | drivers/ide/pci/siimage.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/ide/pci/siimage.c b/drivers/ide/pci/siimage.c index cbca5f05ff87..ad98510026a5 100644 --- a/drivers/ide/pci/siimage.c +++ b/drivers/ide/pci/siimage.c | |||
@@ -396,12 +396,9 @@ static int config_chipset_for_dma (ide_drive_t *drive) | |||
396 | if (!speed) | 396 | if (!speed) |
397 | return 0; | 397 | return 0; |
398 | 398 | ||
399 | if (ide_set_xfer_rate(drive, speed)) | 399 | if (siimage_tune_chipset(drive, speed)) |
400 | return 0; | 400 | return 0; |
401 | 401 | ||
402 | if (!drive->init_speed) | ||
403 | drive->init_speed = speed; | ||
404 | |||
405 | return ide_dma_enable(drive); | 402 | return ide_dma_enable(drive); |
406 | } | 403 | } |
407 | 404 | ||