diff options
Diffstat (limited to 'drivers/ide/ide-probe.c')
-rw-r--r-- | drivers/ide/ide-probe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c index 9b0a3cba2b03..99972fe3e9e4 100644 --- a/drivers/ide/ide-probe.c +++ b/drivers/ide/ide-probe.c | |||
@@ -1325,8 +1325,7 @@ static void ide_port_init_devices(ide_hwif_t *hwif) | |||
1325 | drive->unmask = 1; | 1325 | drive->unmask = 1; |
1326 | if (hwif->host_flags & IDE_HFLAG_NO_UNMASK_IRQS) | 1326 | if (hwif->host_flags & IDE_HFLAG_NO_UNMASK_IRQS) |
1327 | drive->no_unmask = 1; | 1327 | drive->no_unmask = 1; |
1328 | if ((hwif->host_flags & IDE_HFLAG_NO_AUTOTUNE) == 0) | 1328 | drive->autotune = 1; |
1329 | drive->autotune = 1; | ||
1330 | } | 1329 | } |
1331 | 1330 | ||
1332 | if (port_ops && port_ops->port_init_devs) | 1331 | if (port_ops && port_ops->port_init_devs) |