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

Commit 90aa1728 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "icnss: Remove MSA0 permission only when modem is crashed"

parents f7e0076c 52a484b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2476,7 +2476,7 @@ static int icnss_modem_notifier_nb(struct notifier_block *nb,
	icnss_pr_vdbg("Modem-Notify: event %lu\n", code);

	if (code == SUBSYS_AFTER_SHUTDOWN &&
			notif->crashed != CRASH_STATUS_WDOG_BITE) {
	    notif->crashed == CRASH_STATUS_ERR_FATAL) {
		ret = icnss_assign_msa_perm_all(priv,
						ICNSS_MSA_PERM_HLOS_ALL);
		if (!ret) {