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

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

Merge "msm: ipa: feature wrap MHI Prime panic handler"

parents 783894bc dca9b5d2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -213,6 +213,7 @@ int ipa3_active_clients_log_print_table(char *buf, int size)
			"\nTotal active clients count: %d\n",
			atomic_read(&ipa3_ctx->ipa3_active_clients.cnt));

	if (ipa3_is_mhip_offload_enabled())
		cnt += ipa_mpm_panic_handler(buf + cnt, size - cnt);

	spin_unlock_irqrestore(&ipa3_ctx->ipa3_active_clients_logging.lock,