aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/wm_adsp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c
index 404466d2ae51..6e6b9d838332 100644
--- a/sound/soc/codecs/wm_adsp.c
+++ b/sound/soc/codecs/wm_adsp.c
@@ -451,7 +451,6 @@ struct wm_coeff_ctl {
451 unsigned int offset; 451 unsigned int offset;
452 size_t len; 452 size_t len;
453 unsigned int set:1; 453 unsigned int set:1;
454 struct snd_kcontrol *kcontrol;
455 struct soc_bytes_ext bytes_ext; 454 struct soc_bytes_ext bytes_ext;
456 unsigned int flags; 455 unsigned int flags;
457 unsigned int type; 456 unsigned int type;
@@ -1138,8 +1137,6 @@ static int wmfw_add_ctl(struct wm_adsp *dsp, struct wm_coeff_ctl *ctl)
1138 1137
1139 kfree(kcontrol); 1138 kfree(kcontrol);
1140 1139
1141 ctl->kcontrol = snd_soc_card_get_kcontrol(dsp->card, ctl->name);
1142
1143 return 0; 1140 return 0;
1144 1141
1145err_kcontrol: 1142err_kcontrol: