Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205527
b: refs/heads/master
c: e3ed249
h: refs/heads/master
i:
  205525: fc8ea0a
  205523: d0ea5c3
  205519: 7e01b9f
v: v3
  • Loading branch information
Axel Lin authored and Greg Kroah-Hartman committed Aug 5, 2010
1 parent c1b80b1 commit 0f70eff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 5b232f753a842fa66eab86e51dc76e3929d853af
refs/heads/master: e3ed249af8cb2f73fc6ef5494d2ddef43fb0ff19
5 changes: 2 additions & 3 deletions trunk/drivers/firmware/dcdbas.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,6 @@ static void __exit dcdbas_exit(void)
* before platform_device_unregister
*/
unregister_reboot_notifier(&dcdbas_reboot_nb);
smi_data_buf_free();
platform_device_unregister(dcdbas_pdev);
platform_driver_unregister(&dcdbas_driver);

/*
* We have to free the buffer here instead of dcdbas_remove
Expand All @@ -645,6 +642,8 @@ static void __exit dcdbas_exit(void)
* released.
*/
smi_data_buf_free();
platform_device_unregister(dcdbas_pdev);
platform_driver_unregister(&dcdbas_driver);
}

module_init(dcdbas_init);
Expand Down

0 comments on commit 0f70eff

Please sign in to comment.