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

Commit eac971fc authored by Service qcabuildsw's avatar Service qcabuildsw Committed by Gerrit - the friendly Code Review server
Browse files

Merge "icnss: Do not collect MSA0 dump during Modem WDOG bite" into msm-4.4

parents 22198ab7 58a7b9f5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2822,7 +2822,8 @@ static int icnss_modem_notifier_nb(struct notifier_block *nb,

	icnss_pr_dbg("Modem-Notify: event %lu\n", code);

	if (code == SUBSYS_AFTER_SHUTDOWN) {
	if (code == SUBSYS_AFTER_SHUTDOWN &&
		notif->crashed != CRASH_STATUS_WDOG_BITE) {
		icnss_remove_msa_permissions(priv);
		icnss_pr_info("Collecting msa0 segment dump\n");
		icnss_msa0_ramdump(priv);