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

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

Merge "qseecom: change bus scale up mode in resume function"

parents 44351936 a4cec09c
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -4646,10 +4646,9 @@ static int qseecom_resume(struct platform_device *pdev)

	if (qseecom.cumulative_mode != INACTIVE) {
		ret = msm_bus_scale_client_update_request(
			qseecom.qsee_perf_client, qseecom.cumulative_mode);
			qseecom.qsee_perf_client, mode);
		if (ret)
			pr_err("Fail to scale up bus to %d\n",
				qseecom.cumulative_mode);
			pr_err("Fail to scale up bus to %d\n", mode);
	}

	mutex_lock(&clk_access_lock);