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

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

Merge "ASoC: handle mutex correctly to avoid possible deadlock"

parents 2ffd0cc7 d0ee9a02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -781,7 +781,7 @@ static int snd_compr_drain(struct snd_compr_stream *stream)
	if (!retval) {
		stream->runtime->state = SNDRV_PCM_STATE_DRAINING;
		wake_up(&stream->runtime->sleep);
		return retval;
		goto ret;
	}

ret: