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

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

Merge "dwc3: Remove check for HWO flag in dwc3_gadget_ep_reclaim_trb_sg()"

parents 51a41c6e 53198388
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2900,9 +2900,6 @@ static int dwc3_gadget_ep_reclaim_trb_sg(struct dwc3_ep *dep,
	for_each_sg(sg, s, pending, i) {
		trb = &dep->trb_pool[dep->trb_dequeue];

		if (trb->ctrl & DWC3_TRB_CTRL_HWO)
			break;

		req->sg = sg_next(s);
		req->num_pending_sgs--;