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

Commit a8b53863 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: q6dspv2: add priority to ADSP SSR notifier for APR"

parents 050f9f97 71fa9f3d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -880,6 +880,7 @@ static int lpass_notifier_cb(struct notifier_block *this, unsigned long code,
}

static struct notifier_block lnb = {
	.priority = 0,
	.notifier_call = lpass_notifier_cb,
};