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

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

Merge "dwc3: gadget: Fix list corruption issue with dequeue API" into msm-4.14

parents 8073d533 77ed226b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1604,7 +1604,7 @@ static int dwc3_gadget_ep_dequeue(struct usb_ep *ep,
					dwc->lock);

			if (!r->trb)
				goto out1;
				goto out0;

			if (r->num_pending_sgs) {
				struct dwc3_trb *trb;