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

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

Merge "msm: ipa: Modify IPAERR to IPADBG"

parents eb9d158f 4f339789
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3419,7 +3419,7 @@ void ipa_inc_acquire_wakelock(enum ipa_wakelock_ref_client ref_client)
		return;
	spin_lock_irqsave(&ipa_ctx->wakelock_ref_cnt.spinlock, flags);
	if (ipa_ctx->wakelock_ref_cnt.cnt & (1 << ref_client))
		IPAERR("client enum %d mask already set. ref cnt = %d\n",
		IPADBG("client enum %d mask already set. ref cnt = %d\n",
		ref_client, ipa_ctx->wakelock_ref_cnt.cnt);
	ipa_ctx->wakelock_ref_cnt.cnt |= (1 << ref_client);
	if (ipa_ctx->wakelock_ref_cnt.cnt)