diff options
| -rw-r--r-- | drivers/soc/qcom/qdsp6v2/apr_vm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/qcom/qdsp6v2/apr_vm.c b/drivers/soc/qcom/qdsp6v2/apr_vm.c index bb5ba663c6a8..52c12bb819d2 100644 --- a/drivers/soc/qcom/qdsp6v2/apr_vm.c +++ b/drivers/soc/qcom/qdsp6v2/apr_vm.c @@ -380,7 +380,7 @@ static int apr_vm_nb_receive(int32_t handle, void *dest_buff, static int apr_vm_cb_process_evt(char *buf, int len) { - struct apr_client_data data; + struct apr_client_data data = {0,}; struct apr_client *apr_client; struct apr_svc *c_svc; struct apr_hdr *hdr; |
