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

Commit 57116e14 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: fix clock vote sm on imp"

parents 5a96a5b9 eb220f54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -594,7 +594,7 @@ int imp_handle_vote_req(bool vote)
	IMP_DBG_LOW("vote %d\n", vote);

	mutex_lock(&imp_ctx->mutex);
	if (imp_ctx->state != IMP_READY) {
	if (imp_ctx->state != IMP_STARTED) {
		IMP_ERR("unexpected vote when in state %d\n", imp_ctx->state);
		mutex_unlock(&imp_ctx->mutex);
		return -EPERM;