mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
Merge branch 'wmi-fix' into release-2.6.27
This commit is contained in:
commit
5ed459102d
@ -1186,7 +1186,7 @@ static int create_debugfs(void)
|
||||
return 0;
|
||||
|
||||
error_debugfs:
|
||||
remove_debugfs();
|
||||
remove_debugfs();
|
||||
return -ENOMEM;
|
||||
}
|
||||
|
||||
@ -1267,6 +1267,7 @@ error_platform_register:
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user