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

Commit 7991f0c0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: gadget: Clear multi_req flag if UDC suspended"

parents d2abc6e6 ac6c4f14
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3169,6 +3169,7 @@ static int ep_queue(struct usb_ep *ep, struct usb_request *req,
					__func__);
			dev_dbg(mEp->device, "%s: Remote wakeup is not supported. ept #%d\n",
					__func__, mEp->num);
			mEp->multi_req = false;

			retval = -EAGAIN;
			goto done;