aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/hpt34x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/pci/hpt34x.c')
-rw-r--r--drivers/ide/pci/hpt34x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/pci/hpt34x.c b/drivers/ide/pci/hpt34x.c
index 6707f3944d44..0de3b61cabe3 100644
--- a/drivers/ide/pci/hpt34x.c
+++ b/drivers/ide/pci/hpt34x.c
@@ -194,7 +194,6 @@ static void __devinit init_hwif_hpt34x(ide_hwif_t *hwif)
194 194
195 hwif->tuneproc = &hpt34x_tune_drive; 195 hwif->tuneproc = &hpt34x_tune_drive;
196 hwif->speedproc = &hpt34x_tune_chipset; 196 hwif->speedproc = &hpt34x_tune_chipset;
197 hwif->no_dsc = 1;
198 hwif->drives[0].autotune = 1; 197 hwif->drives[0].autotune = 1;
199 hwif->drives[1].autotune = 1; 198 hwif->drives[1].autotune = 1;
200 199