diff options
Diffstat (limited to 'sound/soc/codecs/wm8900.c')
-rw-r--r-- | sound/soc/codecs/wm8900.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8900.c b/sound/soc/codecs/wm8900.c index 449ea09a193d..082040eda8a2 100644 --- a/sound/soc/codecs/wm8900.c +++ b/sound/soc/codecs/wm8900.c | |||
@@ -1167,6 +1167,7 @@ static int wm8900_resume(struct snd_soc_codec *codec) | |||
1167 | ret = wm8900_set_fll(codec, 0, fll_in, fll_out); | 1167 | ret = wm8900_set_fll(codec, 0, fll_in, fll_out); |
1168 | if (ret != 0) { | 1168 | if (ret != 0) { |
1169 | dev_err(codec->dev, "Failed to restart FLL\n"); | 1169 | dev_err(codec->dev, "Failed to restart FLL\n"); |
1170 | kfree(cache); | ||
1170 | return ret; | 1171 | return ret; |
1171 | } | 1172 | } |
1172 | } | 1173 | } |