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

Commit 9cff7437 authored by Hariprasad Dhalinarasimha's avatar Hariprasad Dhalinarasimha Committed by Gerrit - the friendly Code Review server
Browse files

msm: tzlog: Initialize the scm_response structure



Initialize the scm_response structure.

Change-Id: I15e768db2be56495a909afea78948f358e65cb43
Signed-off-by: default avatarHariprasad Dhalinarasimha <hnamgund@codeaurora.org>
parent ab554569
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -555,7 +555,7 @@ static void tzdbg_register_qsee_log_buf(void)
	struct qseecom_reg_log_buf_ireq req;

	/* scm response */
	struct qseecom_command_scm_resp resp;
	struct qseecom_command_scm_resp resp = {};
	ion_phys_addr_t pa = 0;
	uint32_t len;
	int ret = 0;