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

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

Merge "usb: dwc3: Issue ENDTRANSFER cmd on ep0 unconditionally"

parents b80f9162 42a90ced
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -799,7 +799,7 @@ static void dwc3_remove_requests(struct dwc3 *dwc, struct dwc3_ep *dep)
	struct dwc3_request		*req;
	int ret = -EINVAL;

	if (dep->number == 0 && dwc->ep0state != EP0_SETUP_PHASE) {
	if (dep->number == 0) {
		unsigned int dir;

		dbg_log_string("CTRLPEND", dwc->ep0state);