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

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

Merge "mhi: core: Initialize the client intmod caps"

parents 2066a264 294f39bb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -343,6 +343,9 @@ enum MHI_STATUS mhi_open_channel(struct mhi_client_handle *client_handle)
	client_handle->msi_vec =
		mhi_ctrl_seg->mhi_ec_list[
			client_handle->event_ring_index].mhi_msi_vector;
	client_handle->intmod_t = mhi_ctrl_seg->mhi_ec_list[
			client_handle->event_ring_index].mhi_intmodt;

	init_completion(&client_handle->chan_open_complete);
	ret_val = start_chan_sync(client_handle);