Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84149
b: refs/heads/master
c: 3c60284
h: refs/heads/master
i:
  84147: e6a177f
v: v3
  • Loading branch information
Len Brown committed Feb 2, 2008
1 parent 15c83e8 commit c1c444d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 653a00c9662304ef72a3eb4e681c91720960e0b4
refs/heads/master: 3c602840528cf1aa835e6e32d76a0a45936b8e4c
2 changes: 2 additions & 0 deletions trunk/drivers/acpi/fan.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,12 @@ 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)
return -ENODEV;
acpi_fan_dir->owner = THIS_MODULE;
#endif

result = acpi_bus_register_driver(&acpi_fan_driver);
if (result < 0) {
Expand Down

0 comments on commit c1c444d

Please sign in to comment.