diff options
Diffstat (limited to 'drivers/ide/ide-probe.c')
-rw-r--r-- | drivers/ide/ide-probe.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c index fee898c4a773..174c81d8793c 100644 --- a/drivers/ide/ide-probe.c +++ b/drivers/ide/ide-probe.c | |||
@@ -1305,6 +1305,9 @@ static void ide_port_init_devices(ide_hwif_t *hwif) | |||
1305 | if ((hwif->host_flags & IDE_HFLAG_NO_AUTOTUNE) == 0) | 1305 | if ((hwif->host_flags & IDE_HFLAG_NO_AUTOTUNE) == 0) |
1306 | drive->autotune = 1; | 1306 | drive->autotune = 1; |
1307 | } | 1307 | } |
1308 | |||
1309 | if (hwif->port_init_devs) | ||
1310 | hwif->port_init_devs(hwif); | ||
1308 | } | 1311 | } |
1309 | 1312 | ||
1310 | static void ide_init_port(ide_hwif_t *hwif, unsigned int port, | 1313 | static void ide_init_port(ide_hwif_t *hwif, unsigned int port, |