Merge "icnss: Do not collect MSA0 dump during Modem WDOG bite" into msm-4.4
This commit is contained in:
commit
eac971fc26
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue