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

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

Merge "qseecom: Fix MDTP cipher DIP"

parents 3f1b1663 ed9b07dd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -5538,7 +5538,12 @@ static int qseecom_mdtp_cipher_dip(void __user *argp)
		desc.args[3] = req.out_buf_size;
		desc.args[4] = req.direction;

		__qseecom_enable_clk(CLK_QSEE);

		ret = scm_call2(TZ_MDTP_CIPHER_DIP_ID, &desc);

		__qseecom_disable_clk(CLK_QSEE);

		if (ret) {
			pr_err("scm_call2 failed for SCM_SVC_MDTP, ret=%d\n",
				ret);