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

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

Merge "qseecom: use scm_call2 when bus_scaling is enabled"

parents 19ea44c9 6c1235df
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -445,6 +445,9 @@ static int __qseecom_scm_call2_locked(uint32_t smc_id, struct scm_desc *desc)
	int ret = 0;
	int retry_count = 0;

	if (qseecom.support_bus_scaling)
		return scm_call2(smc_id, desc);

	do {
		ret = scm_call2_noretry(smc_id, desc);
		if (ret == -EBUSY) {