ehea: Fix workqueue handling
[deliverable/linux.git] / drivers / net / ehea / ehea_main.c
index 58702f54c3fbed67ce311cf3290487f73f46910a..d43ab0f4192a591c283c8764c1e2c22c9c36abcc 100644 (file)
@@ -3099,6 +3099,7 @@ out:
 
 static void __exit ehea_module_exit(void)
 {
+       destroy_workqueue(ehea_driver_wq);
        driver_remove_file(&ehea_driver.driver, &driver_attr_capabilities);
        ibmebus_unregister_driver(&ehea_driver);
        ehea_destroy_busmap();
This page took 0.024967 seconds and 5 git commands to generate.