diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-01-13 08:07:55 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-13 08:07:54 -0800 |
| commit | 0b1feeb417ed74d4c0a44444b500013d50a2c61d (patch) | |
| tree | 5b10128013d58f4bfb94d82487772221b6d54a0c | |
| parent | ce5c0f8aa43fb71200437cf51e94cc67976606ab (diff) | |
| parent | 7220378f2663dcf7f72e0718a20119e811b492ff (diff) | |
Merge "icnss: Ignore MSA0 dump collection during graceful shutdown"
| -rw-r--r-- | drivers/soc/qcom/icnss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/qcom/icnss.c b/drivers/soc/qcom/icnss.c index 561a0d38e502..ded18adba596 100644 --- a/drivers/soc/qcom/icnss.c +++ b/drivers/soc/qcom/icnss.c @@ -1906,7 +1906,7 @@ static int icnss_modem_notifier_nb(struct notifier_block *nb, icnss_pr_dbg("Modem-Notify: event %lu\n", code); if (code == SUBSYS_AFTER_SHUTDOWN && - notif->crashed != CRASH_STATUS_WDOG_BITE) { + notif->crashed == CRASH_STATUS_ERR_FATAL) { icnss_remove_msa_permissions(priv); icnss_pr_info("Collecting msa0 segment dump\n"); icnss_msa0_ramdump(priv); |
