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

Commit 15cffc3e authored by Mohammed Javid's avatar Mohammed Javid
Browse files

msm: ipa: Code change missed out



Add code change missed from msm-3.18
mainline code base.

Change-Id: I00af5ac90d7f8484e480e3d94c6dd0769d97b57c
Signed-off-by: default avatarMohammed Javid <mjavid@codeaurora.org>
parent 995c088d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -570,8 +570,8 @@ static int ipa_send_wan_msg(unsigned long usr_param,
		/* cache the cne event */
		memcpy(&ipa_ctx->ipa_cne_evt_req_cache[
			ipa_ctx->num_ipa_cne_evt_req].wan_msg,
			wan_msg,
			sizeof(struct ipa_wan_msg));
			&cache_wan_msg,
			sizeof(cache_wan_msg));

		memcpy(&ipa_ctx->ipa_cne_evt_req_cache[
			ipa_ctx->num_ipa_cne_evt_req].msg_meta,
+2 −2
Original line number Diff line number Diff line
@@ -636,8 +636,8 @@ static int ipa3_send_wan_msg(unsigned long usr_param,
		/* cache the cne event */
		memcpy(&ipa3_ctx->ipa_cne_evt_req_cache[
			ipa3_ctx->num_ipa_cne_evt_req].wan_msg,
			wan_msg,
			sizeof(struct ipa_wan_msg));
			&cache_wan_msg,
			sizeof(cache_wan_msg));

		memcpy(&ipa3_ctx->ipa_cne_evt_req_cache[
			ipa3_ctx->num_ipa_cne_evt_req].msg_meta,