mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-29 07:04:10 +08:00
staging: mei: reordering the exit module cleanup
keeping the exit flow in a reverse order then the init flow. Signed-off-by: Oren Weil <oren.jer.weil@intel.com> Acked-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
c3314080fe
commit
cbecb8bf56
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user