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

Commit 495a455b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: tzlog: Initialize the scm_response structure"

parents 97f6fafa 9cff7437
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;