Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20950
b: refs/heads/master
c: 435a80f
h: refs/heads/master
v: v3
  • Loading branch information
Doug Warzecha authored and Linus Torvalds committed Mar 10, 2006
1 parent 2dca9d8 commit 7f9c63f
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 85a6cd03a97f04ffff7bfedfa3172894ca9a617b
refs/heads/master: 435a80f610b2ac38a4b5334a7ae22672de3f06bd
8 changes: 6 additions & 2 deletions trunk/drivers/firmware/dcdbas.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include "dcdbas.h"

#define DRIVER_NAME "dcdbas"
#define DRIVER_VERSION "5.6.0-1"
#define DRIVER_VERSION "5.6.0-2"
#define DRIVER_DESCRIPTION "Dell Systems Management Base Driver"

static struct platform_device *dcdbas_pdev;
Expand Down Expand Up @@ -581,9 +581,13 @@ static int __init dcdbas_init(void)
*/
static void __exit dcdbas_exit(void)
{
platform_device_unregister(dcdbas_pdev);
/*
* make sure functions that use dcdbas_pdev are called
* before platform_device_unregister
*/
unregister_reboot_notifier(&dcdbas_reboot_nb);
smi_data_buf_free();
platform_device_unregister(dcdbas_pdev);
}

module_init(dcdbas_init);
Expand Down

0 comments on commit 7f9c63f

Please sign in to comment.