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

Commit 849ecbea authored by Shiju Mathew's avatar Shiju Mathew Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: hab: add missing variable declaration



This line was lost in last submission.

Change-Id: If957de37e58d2ddb8ada9e4f00f83abc3eb19d20
Signed-off-by: default avatarShiju Mathew <shijum@codeaurora.org>
parent 06ceb6bb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -206,6 +206,7 @@ int hab_msg_recv(struct physical_channel *pchan,
	struct virtual_channel *vchan = NULL;
	struct export_desc *exp_desc = NULL, exp_ack = {0};
	struct timeval tv = {0};
	unsigned long long rx_mpm_tv = 0;

	/* get the local virtual channel if it isn't an open message */
	if (payload_type != HAB_PAYLOAD_TYPE_INIT &&