Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181838
b: refs/heads/master
c: facd61d
h: refs/heads/master
v: v3
  • Loading branch information
Matthew Garrett committed Feb 25, 2010
1 parent 7108b20 commit 672554d
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 814cb8adbe2fb49302ac65bc31fa749143823860
refs/heads/master: facd61d7b70d9c061f08e0b76976f7f833888a70
4 changes: 4 additions & 0 deletions trunk/drivers/platform/x86/dell-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,10 @@ static void __exit dell_exit(void)
i8042_remove_filter(dell_laptop_i8042_filter);
backlight_device_unregister(dell_backlight_device);
dell_cleanup_rfkill();
if (platform_device) {
platform_device_del(platform_device);
platform_driver_unregister(&platform_driver);
}
}

module_init(dell_init);
Expand Down

0 comments on commit 672554d

Please sign in to comment.