Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 754a4a97 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: dwc3: Remove WQ_MEM_RECLAIM flag while allocating sm_usb_wq"

parents 8a6b39ff ded9d8b5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4126,8 +4126,7 @@ static int dwc3_msm_probe(struct platform_device *pdev)
	 * in avoiding race conditions between xhci_plat_resume and
	 * xhci_runtime_resume and also between hcd disconnect and xhci_resume.
	 */
	mdwc->sm_usb_wq = alloc_ordered_workqueue("k_sm_usb",
						WQ_FREEZABLE | WQ_MEM_RECLAIM);
	mdwc->sm_usb_wq = alloc_ordered_workqueue("k_sm_usb", WQ_FREEZABLE);
	if (!mdwc->sm_usb_wq) {
		destroy_workqueue(mdwc->dwc3_wq);
		return -ENOMEM;