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

Commit 3166ad3d 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: msm: Fix error handling with dwc3_msm_ep_queue()"

parents c50f7817 550235fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -755,6 +755,7 @@ static int dwc3_msm_ep_queue(struct usb_ep *ep,
	return 0;

err:
	list_del(&req_complete->list_item);
	spin_unlock_irqrestore(&dwc->lock, flags);
	kfree(req_complete);
	return ret;