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

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

Merge "security: pfe: Disable clocks for crypto engine"

parents aed9ed9e cce088b1
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -138,9 +138,10 @@ int qti_pfk_ice_set_key(uint32_t index, uint8_t *key, uint8_t *salt,
		if (ret1)
		if (ret1)
			pr_err("%s: Invalidate Key Error: %d\n", __func__,
			pr_err("%s: Invalidate Key Error: %d\n", __func__,
					ret1);
					ret1);
		goto out;
	}
	}
	ret = qcom_ice_setup_ice_hw((const char *)s_type, false);
	ret1 = qcom_ice_setup_ice_hw((const char *)s_type, false);
	if (ret1)
		pr_err("%s: Error %d disabling clocks\n", __func__, ret1);


out:
out:
	return ret;
	return ret;