WSL2-Linux-Kernel/drivers/net/wireless/marvell/libertas_tf
Bhaktipriya Shridhar 452fa86e98 libertas_tf: Remove create_workqueue
alloc_workqueue replaces deprecated create_workqueue().

A dedicated workqueue has been used since the workitem (viz
&priv->cmd_work per priv, which maps to lbtf_cmd_work) is involved in
actual command processing and may be used on a memory reclaim path.
The workitems require forward progress under memory pressure and hence,
WQ_MEM_RECLAIM has been set. Since there are only a fixed number of work
items, explicit concurrency limit is unnecessary here.

Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2016-06-29 18:42:43 +03:00
..
Kconfig libertas_tf: move under marvell vendor directory 2015-11-18 14:28:30 +02:00
Makefile libertas_tf: move under marvell vendor directory 2015-11-18 14:28:30 +02:00
cmd.c libertas_tf: move under marvell vendor directory 2015-11-18 14:28:30 +02:00
deb_defs.h libertas_tf: move under marvell vendor directory 2015-11-18 14:28:30 +02:00
if_usb.c libertas_tf: move under marvell vendor directory 2015-11-18 14:28:30 +02:00
if_usb.h libertas_tf: move under marvell vendor directory 2015-11-18 14:28:30 +02:00
libertas_tf.h libertas_tf: move under marvell vendor directory 2015-11-18 14:28:30 +02:00
main.c libertas_tf: Remove create_workqueue 2016-06-29 18:42:43 +03:00