mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-21 09:12:26 +02:00
drv: wifi: remove destroy_workqueue in rtw_free_pwrctrl_priv
This commit is contained in:
@@ -2447,7 +2447,7 @@ void rtw_free_pwrctrl_priv(PADAPTER adapter)
|
||||
#ifdef CONFIG_RESUME_IN_WORKQUEUE
|
||||
if (pwrctrlpriv->rtw_workqueue) {
|
||||
// flush_workqueue(pwrctrlpriv->rtw_workqueue);
|
||||
destroy_workqueue(pwrctrlpriv->rtw_workqueue);
|
||||
// destroy_workqueue(pwrctrlpriv->rtw_workqueue);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user