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

Commit 357078fe 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: Ensure req->dma is initialized to DMA_ERROR_CODE"

parents 67b089b2 b9f443d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -852,6 +852,7 @@ static struct usb_request *dwc3_gadget_ep_alloc_request(struct usb_ep *ep,

	req->epnum	= dep->number;
	req->dep	= dep;
	req->request.dma = DMA_ERROR_CODE;

	return &req->request;
}