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

Commit 876b72a8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: f_gsi: Fix error handling path in ipa_connect_channels"

parents fc7564bb dc6f305e
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -726,9 +726,11 @@ static int ipa_connect_channels(struct gsi_data_port *d_port)
	return ret;

end_xfer_ep_out:
	if (d_port->out_ep)
		usb_gsi_ep_op(d_port->out_ep, NULL,
			GSI_EP_OP_ENDXFER);
free_trb_ep_out:
	if (d_port->out_ep)
		usb_gsi_ep_op(d_port->out_ep, &d_port->out_request,
			GSI_EP_OP_FREE_TRBS);
end_xfer_ep_in: