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

Commit dca9b5d2 authored by Michael Adisumarta's avatar Michael Adisumarta Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa: feature wrap MHI Prime panic handler



Call MHI Prime panic handler only when the target supports
MHI Prime.

Change-Id: I3a789de6cb7654a0ae4597fab6527879ca0f3956
Acked-by: default avatarJyothi <jyothij@qti.qualcomm.com>
Signed-off-by: default avatarMichael Adisumarta <madisuma@codeaurora.org>
parent 0abb3e81
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,