Merge "soc: qcom: hab: add missing variable declaration"

This commit is contained in:
Linux Build Service Account 2019-06-11 16:33:28 -07:00 committed by Gerrit - the friendly Code Review server
commit 17fd8dbacb

View file

@ -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 &&