Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185038
b: refs/heads/master
c: 92e00e4
h: refs/heads/master
v: v3
  • Loading branch information
Matthew Garrett committed Mar 1, 2010
1 parent d519580 commit 3e7459c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 94d8f785dd1f021c1971df73e6437f000c0d9449
refs/heads/master: 92e00e47b61f558009ff81be42b412a76fd89d84
5 changes: 3 additions & 2 deletions trunk/drivers/platform/x86/dell-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@ static int __init dell_init(void)

fail_backlight:
i8042_remove_filter(dell_laptop_i8042_filter);
cancel_delayed_work_sync(&dell_rfkill_work);
fail_filter:
dell_cleanup_rfkill();
fail_rfkill:
Expand All @@ -597,12 +598,12 @@ static int __init dell_init(void)

static void __exit dell_exit(void)
{
cancel_delayed_work_sync(&dell_rfkill_work);
i8042_remove_filter(dell_laptop_i8042_filter);
cancel_delayed_work_sync(&dell_rfkill_work);
backlight_device_unregister(dell_backlight_device);
dell_cleanup_rfkill();
if (platform_device) {
platform_device_del(platform_device);
platform_device_unregister(platform_device);
platform_driver_unregister(&platform_driver);
}
kfree(da_tokens);
Expand Down

0 comments on commit 3e7459c

Please sign in to comment.