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

Commit 53ec8440 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: ep0: Return from handle_status if ep0_delegate_req succeeds"

parents 5a1f74c0 8398c9c5
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -415,9 +415,7 @@ static int dwc3_ep0_handle_status(struct dwc3 *dwc,
		 */
		 */


		ret = dwc3_ep0_delegate_req(dwc, ctrl);
		ret = dwc3_ep0_delegate_req(dwc, ctrl);
		if (ret)
		return ret;
		return ret;
		break;


	case USB_RECIP_ENDPOINT:
	case USB_RECIP_ENDPOINT:
		dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex);
		dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex);