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

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

Merge "msm: ipa: Fix clock status check on panic"

parents e4d0ff17 3344c177
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4411,7 +4411,7 @@ static int ipa3_panic_notifier(struct notifier_block *this,
	if (res)
		IPAERR("uC panic handler failed %d\n", res);

	if (atomic_read(&ipa3_ctx->ipa3_active_clients.cnt) != 0) {
	if (atomic_read(&ipa3_ctx->ipa_clk_vote)) {
		ipahal_print_all_regs(false);
		ipa_save_registers();
	}