Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200405
b: refs/heads/master
c: 934231d
h: refs/heads/master
i:
  200403: 971e84e
v: v3
  • Loading branch information
Liang Li authored and Len Brown committed Jun 10, 2010
1 parent 0c9e46e commit 40e5f33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 75cbfb97a156dd3dabdc81295fb8144576332366
refs/heads/master: 934231de706d2579fae14f5857fcd8de991009ff
3 changes: 2 additions & 1 deletion trunk/drivers/acpi/fan.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ static int __init acpi_fan_init(void)
{
int result = 0;


#ifdef CONFIG_ACPI_PROCFS
acpi_fan_dir = proc_mkdir(ACPI_FAN_CLASS, acpi_root_dir);
if (!acpi_fan_dir)
Expand All @@ -356,7 +355,9 @@ static int __init acpi_fan_init(void)

result = acpi_bus_register_driver(&acpi_fan_driver);
if (result < 0) {
#ifdef CONFIG_ACPI_PROCFS
remove_proc_entry(ACPI_FAN_CLASS, acpi_root_dir);
#endif
return -ENODEV;
}

Expand Down

0 comments on commit 40e5f33

Please sign in to comment.