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

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

Merge "msm: ipa4: forbidden warning fix"

parents c9d621a4 3a6f600b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1164,8 +1164,8 @@ int ipa_pm_set_perf_profile(u32 hdl, int throughput)
	mutex_unlock(&ipa_pm_ctx->client_mutex);

	spin_lock_irqsave(&client->state_lock, flags);
	if (IPA_PM_STATE_ACTIVE(client->state || (client->group !=
			IPA_PM_GROUP_DEFAULT))) {
	if (IPA_PM_STATE_ACTIVE(client->state) || (client->group !=
			IPA_PM_GROUP_DEFAULT)) {
		spin_unlock_irqrestore(&client->state_lock, flags);
		do_clk_scaling();
		return 0;