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

Commit 1758d0ab 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: Don't bail out in data stage completion if setup is pending"

parents 5b93637d 951134b3
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -878,10 +878,7 @@ static void dwc3_ep0_complete_data(struct dwc3 *dwc,

		dwc3_trace(trace_dwc3_ep0, "Setup Pending received");

		if (r)
			dwc3_gadget_giveback(ep0, r, -ECONNRESET);

		return;
		dbg_event(0x0, "SETUPPEND", status);
	}

	ur = &r->request;