|
@@ -600,7 +600,7 @@ void ide_proc_port_register_devices(ide_hwif_t *hwif)
|
|
|
int i;
|
|
|
|
|
|
ide_port_for_each_dev(i, drive, hwif) {
|
|
|
- if ((drive->dev_flags & IDE_DFLAG_PRESENT) == 0 || drive->proc)
|
|
|
+ if ((drive->dev_flags & IDE_DFLAG_PRESENT) == 0)
|
|
|
continue;
|
|
|
|
|
|
drive->proc = proc_mkdir(drive->name, parent);
|