Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109405
b: refs/heads/master
c: 39dbbb4
h: refs/heads/master
i:
  109403: 9ee5009
v: v3
  • Loading branch information
Russ Dill authored and Linus Torvalds committed Sep 3, 2008
1 parent 82f3217 commit 07ab7be
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: 6ccfa806a9cfbbf1cd43d5b6aa47ef2c0eb518fd
refs/heads/master: 39dbbb4523754df4a822c69191a848a03e556dc7
3 changes: 2 additions & 1 deletion trunk/drivers/misc/acer-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ static int create_debugfs(void)
return 0;

error_debugfs:
remove_debugfs();
remove_debugfs();
return -ENOMEM;
}

Expand Down Expand Up @@ -1272,6 +1272,7 @@ static int __init acer_wmi_init(void)
static void __exit acer_wmi_exit(void)
{
remove_sysfs(acer_platform_device);
remove_debugfs();
platform_device_del(acer_platform_device);
platform_driver_unregister(&acer_platform_driver);

Expand Down

0 comments on commit 07ab7be

Please sign in to comment.