diff --git a/drivers/soc/qcom/qdsp6v2/apr.c b/drivers/soc/qcom/qdsp6v2/apr.c index 9e68e4ab0cb5..9f953aeb03a4 100644 --- a/drivers/soc/qcom/qdsp6v2/apr.c +++ b/drivers/soc/qcom/qdsp6v2/apr.c @@ -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, };