aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide-probe.c')
-rw-r--r--drivers/ide/ide-probe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c
index d37a2680ceed..da6025cfa09a 100644
--- a/drivers/ide/ide-probe.c
+++ b/drivers/ide/ide-probe.c
@@ -1530,8 +1530,7 @@ int ide_device_add_all(u8 *idx, const struct ide_port_info *d)
1530 1530
1531 hwif = &ide_hwifs[idx[i]]; 1531 hwif = &ide_hwifs[idx[i]];
1532 1532
1533 if ((hwif->chipset != ide_4drives || !hwif->mate || 1533 if (ide_hwif_request_regions(hwif)) {
1534 !hwif->mate->present) && ide_hwif_request_regions(hwif)) {
1535 printk(KERN_ERR "%s: ports already in use, " 1534 printk(KERN_ERR "%s: ports already in use, "
1536 "skipping probe\n", hwif->name); 1535 "skipping probe\n", hwif->name);
1537 continue; 1536 continue;