diff options
Diffstat (limited to 'drivers/ide/ide-probe.c')
-rw-r--r-- | drivers/ide/ide-probe.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c index 670d7f9ccf0e..4a8a482b43a3 100644 --- a/drivers/ide/ide-probe.c +++ b/drivers/ide/ide-probe.c | |||
@@ -1530,12 +1530,6 @@ 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 (ide_hwif_request_regions(hwif)) { | ||
1534 | printk(KERN_ERR "%s: ports already in use, " | ||
1535 | "skipping probe\n", hwif->name); | ||
1536 | continue; | ||
1537 | } | ||
1538 | |||
1539 | if (ide_probe_port(hwif) == 0) | 1533 | if (ide_probe_port(hwif) == 0) |
1540 | hwif->present = 1; | 1534 | hwif->present = 1; |
1541 | 1535 | ||