diff options
Diffstat (limited to 'drivers/ide/pci/pdc202xx_new.c')
-rw-r--r-- | drivers/ide/pci/pdc202xx_new.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/pci/pdc202xx_new.c b/drivers/ide/pci/pdc202xx_new.c index ad0bdcb0c02b..c3a751207e64 100644 --- a/drivers/ide/pci/pdc202xx_new.c +++ b/drivers/ide/pci/pdc202xx_new.c | |||
@@ -225,8 +225,6 @@ static u8 pdcnew_cable_detect(ide_hwif_t *hwif) | |||
225 | 225 | ||
226 | static int pdcnew_config_drive_xfer_rate(ide_drive_t *drive) | 226 | static int pdcnew_config_drive_xfer_rate(ide_drive_t *drive) |
227 | { | 227 | { |
228 | drive->init_speed = 0; | ||
229 | |||
230 | if (ide_tune_dma(drive)) | 228 | if (ide_tune_dma(drive)) |
231 | return 0; | 229 | return 0; |
232 | 230 | ||