Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45004
b: refs/heads/master
c: 83822fc
h: refs/heads/master
v: v3
  • Loading branch information
Akinobu Mita authored and Len Brown committed Dec 20, 2006
1 parent fb8dce2 commit 799f673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f10bb2544bab75b3e8df15a7b51a833c78cbd77f
refs/heads/master: 83822fc9e6ad2e0f3799174f7c6ad3aa285b9488
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/processor_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -901,13 +901,13 @@ static int __init acpi_processor_init(void)

acpi_processor_dir = proc_mkdir(ACPI_PROCESSOR_CLASS, acpi_root_dir);
if (!acpi_processor_dir)
return 0;
return -ENOMEM;
acpi_processor_dir->owner = THIS_MODULE;

result = acpi_bus_register_driver(&acpi_processor_driver);
if (result < 0) {
remove_proc_entry(ACPI_PROCESSOR_CLASS, acpi_root_dir);
return 0;
return result;
}

acpi_processor_install_hotplug_notify();
Expand Down

0 comments on commit 799f673

Please sign in to comment.