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

Commit 18065271 authored by Meng Wang's avatar Meng Wang
Browse files

asoc: remove find tag to fix compile error



Remove unused find tag to fix compile error.

Change-Id: Id4b6d210ef51f3ad419968a9413a691d7f7a779e
Signed-off-by: default avatarMeng Wang <mengw@codeaurora.org>
parent b9c563ff
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -4273,7 +4273,6 @@ static int msm_compr_add_audio_adsp_stream_cmd_control(
			__func__, mixer_str, ret);

	kfree(mixer_str);
done:
	return ret;
}

@@ -4587,7 +4586,6 @@ static int msm_compr_add_io_fd_cmd_control(struct snd_soc_pcm_runtime *rtd)
		pr_err("%s: failed to add ctl %s\n", __func__, mixer_str);

	kfree(mixer_str);
done:
	return ret;
}

@@ -4636,7 +4634,6 @@ static int msm_compr_add_event_ack_cmd_control(struct snd_soc_pcm_runtime *rtd)
		pr_err("%s: failed to add ctl %s\n", __func__, mixer_str);

	kfree(mixer_str);
done:
	return ret;
}