Browse Source

asoc: remove find tag to fix compile error

Remove unused find tag to fix compile error.

Change-Id: Id4b6d210ef51f3ad419968a9413a691d7f7a779e
Signed-off-by: Meng Wang <[email protected]>
Meng Wang 6 years ago
parent
commit
18065271af
1 changed files with 0 additions and 3 deletions
  1. 0 3
      asoc/msm-compress-q6-v2.c

+ 0 - 3
asoc/msm-compress-q6-v2.c

@@ -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;
 }