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

Commit 14f69426 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 0abd412d 0fb60edc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -764,6 +764,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;