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

Commit 4f339789 authored by Utkarsh Saxena's avatar Utkarsh Saxena Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa: Modify IPAERR to IPADBG



Update IPADBG in place of IPAERR.
It is not an error, use IPADBG instead
of IPAERR.

Change-Id: I2d2cf04014006329abee022faeb18cc98cfdf19a
Acked-by: default avatarMohammed Javid <mjavid@qti.qualcomm.com>
Signed-off-by: default avatarUtkarsh Saxena <usaxena@codeaurora.org>
parent 2619f6a4
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)