Merge tag 'LA.UM.9.12.r1-16100-SMxx50.QSSI14.0' of https://git.codelinaro.org/clo/la/kernel/msm-4.19 into android13-4.19-kona

"LA.UM.9.12.r1-16100-SMxx50.QSSI14.0"

* tag 'LA.UM.9.12.r1-16100-SMxx50.QSSI14.0' of https://git.codelinaro.org/clo/la/kernel/msm-4.19:
  soc: qcom: glink_probe: Notify on powerup failure

Change-Id: I94bd7a92e90731350633f81a9fbf562efc54cf26
This commit is contained in:
Michael Bestas 2023-09-19 17:37:17 +03:00
commit 10f91d43df
No known key found for this signature in database
GPG key ID: CC95044519BE6669

View file

@ -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);