mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
strparser: destroy workqueue on module exit
am: 4547f03d1a
Change-Id: Ic7ab85b64a43fa395a431d43c547eb290da7320a
This commit is contained in:
@@ -504,6 +504,7 @@ static int __init strp_mod_init(void)
|
||||
|
||||
static void __exit strp_mod_exit(void)
|
||||
{
|
||||
destroy_workqueue(strp_wq);
|
||||
}
|
||||
module_init(strp_mod_init);
|
||||
module_exit(strp_mod_exit);
|
||||
|
||||
Reference in New Issue
Block a user