Commit 8dc7d30
usb: dwc2: Remove deprecated create_singlethread_workqueue
alloc_ordered_workqueue replaces the deprecated
create_singlethread_workqueue.
There are multiple work items on the work queue, which require
ordering. Hence, an ordered workqueue has been used.
The workqueue "wq_otg" is not being used on a memory reclaim path.
Hence, WQ_MEM_RECLAIM has not been set.
Acked-by: John Youn <[email protected]>
Signed-off-by: Bhaktipriya Shridhar <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>1 parent f510b5a commit 8dc7d30
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5040 | 5040 | | |
5041 | 5041 | | |
5042 | 5042 | | |
5043 | | - | |
| 5043 | + | |
5044 | 5044 | | |
5045 | 5045 | | |
5046 | 5046 | | |
| |||
0 commit comments