diff options
Diffstat (limited to 'drivers/ide/pci/hpt366.c')
-rw-r--r-- | drivers/ide/pci/hpt366.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/pci/hpt366.c b/drivers/ide/pci/hpt366.c index 3817c7db616e..18f5b7ddaee6 100644 --- a/drivers/ide/pci/hpt366.c +++ b/drivers/ide/pci/hpt366.c | |||
@@ -1301,8 +1301,6 @@ static void __devinit init_hwif_hpt366(ide_hwif_t *hwif) | |||
1301 | if (new_mcr != old_mcr) | 1301 | if (new_mcr != old_mcr) |
1302 | pci_write_config_byte(dev, hwif->select_data + 1, new_mcr); | 1302 | pci_write_config_byte(dev, hwif->select_data + 1, new_mcr); |
1303 | 1303 | ||
1304 | hwif->drives[0].autotune = hwif->drives[1].autotune = 1; | ||
1305 | |||
1306 | if (hwif->dma_base == 0) | 1304 | if (hwif->dma_base == 0) |
1307 | return; | 1305 | return; |
1308 | 1306 | ||