[PATCH 1/9] staging: mei: reordering the exit module cleanup

Oren Weil oren.jer.weil at intel.com
Thu Jul 7 12:43:22 UTC 2011


keeping the exit flow in a reverse order then the init flow.

Signed-off-by: Oren Weil <oren.jer.weil at intel.com>
---
 drivers/staging/mei/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/mei/main.c b/drivers/staging/mei/main.c
index 8341a78..de8825f 100644
--- a/drivers/staging/mei/main.c
+++ b/drivers/staging/mei/main.c
@@ -1326,9 +1326,9 @@ module_init(mei_init_module);
  */
 static void __exit mei_exit_module(void)
 {
-	pci_unregister_driver(&mei_driver);
 	mei_sysfs_device_remove();
 	mei_unregister_cdev();
+	pci_unregister_driver(&mei_driver);
 
 	pr_debug("mei: Driver unloaded successfully.\n");
 }
-- 
1.7.1




More information about the devel mailing list