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

Commit 0a697c43 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 16839e95 on remote branch

Change-Id: I862337abbd2628db3e540d7e77548ce3425f9675
parents 59412fed 16839e95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ static int glink_ssr_ssr_cb(struct notifier_block *this,
	if (!dev || !ssr->ept)
		goto out;

	if (code == SUBSYS_AFTER_SHUTDOWN) {
	if (code == SUBSYS_AFTER_SHUTDOWN || code == SUBSYS_POWERUP_FAILURE) {
		ssr->seq_num++;
		reinit_completion(&ssr->completion);