Merge "soc: qcom: Listen to SUBSYS_AFTER_SHUTDOWN notification"
This commit is contained in:
commit
2ef6e7b165
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ static int ssr_event_notify(struct notifier_block *this,
|
||||||
struct qmi_client_info, ssr_notifier);
|
struct qmi_client_info, ssr_notifier);
|
||||||
struct notif_data *notif = data;
|
struct notif_data *notif = data;
|
||||||
switch (code) {
|
switch (code) {
|
||||||
case SUBSYS_BEFORE_SHUTDOWN:
|
case SUBSYS_AFTER_SHUTDOWN:
|
||||||
pr_debug("Root PD DOWN(SSR notification), crashed?%d\n",
|
pr_debug("Root PD DOWN(SSR notification), crashed?%d\n",
|
||||||
notif->crashed);
|
notif->crashed);
|
||||||
if (notif->crashed)
|
if (notif->crashed)
|
||||||
|
|
Loading…
Add table
Reference in a new issue