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

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

Merge "usb: dwc3: Perform pm_runtime async op for suspend in ep_disable"

parents bcc74eac 336d33b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -971,7 +971,7 @@ static int dwc3_gadget_ep_disable(struct usb_ep *ep)
	dbg_event(dep->number, "DISABLE", ret);
	spin_unlock_irqrestore(&dwc->lock, flags);
	pm_runtime_mark_last_busy(dwc->sysdev);
	pm_runtime_put_sync_autosuspend(dwc->sysdev);
	pm_runtime_put_autosuspend(dwc->sysdev);

	return ret;
}