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

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

Merge "icnss: Add debugs prints to check PD restart status"

parents edd6a49d 8e363768
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2576,6 +2576,9 @@ int icnss_trigger_recovery(struct device *dev)
	if (!ret)
		set_bit(ICNSS_HOST_TRIGGERED_PDR, &priv->state);

	icnss_pr_warn("PD restart request completed, ret: %d state: 0x%lx\n",
		      ret, priv->state);

out:
	return ret;
}