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

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

Merge "ASoC: msm: qdsp6v2: return 0 when wait_for_timeout succeed"

parents 0b7d5d3a d2109a07
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4215,6 +4215,9 @@ int afe_set_lpass_clk_cfg(int index, struct afe_clk_set *cfg)
		pr_err("%s: wait_event timeout\n", __func__);
		ret = -EINVAL;
		goto fail_cmd;
	} else {
		/* set ret to 0 as no timeout happened */
		ret = 0;
	}
	if (atomic_read(&this_afe.status) != 0) {
		pr_err("%s: config cmd failed\n", __func__);