summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-06-11 16:33:28 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-06-11 16:33:28 -0700
commit17fd8dbacb926ced0864e3d7546b624adba68c7f (patch)
treee5d59152ebb62736caea96cb4f71006f9e602530
parent0434b31d567e119909c97c51cac1b9fc2832f176 (diff)
parent849ecbea5548418d4b97718ab5ab491163b18e66 (diff)
Merge "soc: qcom: hab: add missing variable declaration"
-rw-r--r--drivers/soc/qcom/hab/hab_msg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/hab/hab_msg.c b/drivers/soc/qcom/hab/hab_msg.c
index dabffa0e856a..9f92074665df 100644
--- a/drivers/soc/qcom/hab/hab_msg.c
+++ b/drivers/soc/qcom/hab/hab_msg.c
@@ -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 &&