diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-02 13:56:43 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-02 13:56:43 -0500 |
commit | 327617e1da15c3f04bfc50018b0319bd40849022 (patch) | |
tree | add2cecd9b29ecf4c592a2b0fe7a0496ee68663f /drivers/ide/ide-proc.c | |
parent | eafd88a3b5d86ba2dd515d430b57a01349d0867b (diff) |
ide: move hwif->present check out from ide_proc_register_port()
Move hwif->present check out from ide_proc_register_port() to
ide_device_add_all().
There should be no functionality changes caused by this patch.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-proc.c')
-rw-r--r-- | drivers/ide/ide-proc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/ide/ide-proc.c b/drivers/ide/ide-proc.c index 00c249cba236..c6ed84b84e8b 100644 --- a/drivers/ide/ide-proc.c +++ b/drivers/ide/ide-proc.c | |||
@@ -793,9 +793,6 @@ static ide_proc_entry_t hwif_entries[] = { | |||
793 | 793 | ||
794 | void ide_proc_register_port(ide_hwif_t *hwif) | 794 | void ide_proc_register_port(ide_hwif_t *hwif) |
795 | { | 795 | { |
796 | if (!hwif->present) | ||
797 | return; | ||
798 | |||
799 | if (!hwif->proc) { | 796 | if (!hwif->proc) { |
800 | hwif->proc = proc_mkdir(hwif->name, proc_ide_root); | 797 | hwif->proc = proc_mkdir(hwif->name, proc_ide_root); |
801 | 798 | ||