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

Commit f6ffc484 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: smp2p: Add logs in smp2p_update_bits"

parents 5680296b 9b9dc697
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -420,6 +420,8 @@ static int smp2p_update_bits(void *data, u32 mask, u32 value)
	val |= value;
	writel(val, entry->value);
	spin_unlock(&entry->lock);
	SMP2P_INFO("%d: %s: orig:0x%0x new:0x%0x\n",
		   entry->smp2p->remote_pid, entry->name, orig, val);

	if (val != orig)
		qcom_smp2p_kick(entry->smp2p);