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

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

Merge "usb: dwc3: gadget: Fix start transfer errors for ISOC endpoints"

parents 6093862d 25ddc226
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -685,6 +685,8 @@ static void dwc3_remove_requests(struct dwc3 *dwc, struct dwc3_ep *dep)

			dwc3_gadget_giveback(dep, req, -ESHUTDOWN);
		}
	} else if (usb_endpoint_xfer_isoc(dep->endpoint.desc)) {
		dwc3_stop_active_transfer(dwc, dep->number, true);
	}

	while (!list_empty(&dep->request_list)) {