diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ide/ide-proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-proc.c b/drivers/ide/ide-proc.c index a7b9287ee0d4..417cde56eafd 100644 --- a/drivers/ide/ide-proc.c +++ b/drivers/ide/ide-proc.c | |||
@@ -600,7 +600,7 @@ void ide_proc_port_register_devices(ide_hwif_t *hwif) | |||
600 | int i; | 600 | int i; |
601 | 601 | ||
602 | ide_port_for_each_dev(i, drive, hwif) { | 602 | ide_port_for_each_dev(i, drive, hwif) { |
603 | if ((drive->dev_flags & IDE_DFLAG_PRESENT) == 0 || drive->proc) | 603 | if ((drive->dev_flags & IDE_DFLAG_PRESENT) == 0) |
604 | continue; | 604 | continue; |
605 | 605 | ||
606 | drive->proc = proc_mkdir(drive->name, parent); | 606 | drive->proc = proc_mkdir(drive->name, parent); |