X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=sound%2Fsoc%2Fcodecs%2Fwm8900.c;h=082040eda8a22817f1944cfcfa8af5742fa89d19;hb=58499906c8e9a87b4b65435effca733802c9b57d;hp=449ea09a193d6800596c481eb564bee1e35d2997;hpb=3b1af3f8c8f3298170fcbf6ef7971c3aeccc4318;p=firefly-linux-kernel-4.4.55.git 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) ret = wm8900_set_fll(codec, 0, fll_in, fll_out); if (ret != 0) { dev_err(codec->dev, "Failed to restart FLL\n"); + kfree(cache); return ret; } }