mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 22:57:21 -04:00
staging: rtl8723au: Name cmd workqueue appropriately to allow for more workqueues
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c3826753d3
commit
8df06a3b80
@@ -179,7 +179,7 @@ int rtw_init_cmd_priv23a(struct cmd_priv *pcmdpriv)
|
||||
pcmdpriv->cmd_done_cnt = 0;
|
||||
pcmdpriv->rsp_cnt = 0;
|
||||
|
||||
pcmdpriv->wq = alloc_workqueue("rtl8723au", 0, 1);
|
||||
pcmdpriv->wq = alloc_workqueue("rtl8723au_cmd", 0, 1);
|
||||
if (!pcmdpriv->wq)
|
||||
res = _FAIL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user