From 0d61ad0df69e9686a6f426dc324b70ba555f141a Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Thu, 14 Jul 2011 18:14:46 +0800 Subject: [PATCH] --- yaml --- r: 257598 b: refs/heads/master c: 58499906c8e9a87b4b65435effca733802c9b57d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/wm8900.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 0d6cd316afd7..212ffc4af591 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3b1af3f8c8f3298170fcbf6ef7971c3aeccc4318 +refs/heads/master: 58499906c8e9a87b4b65435effca733802c9b57d diff --git a/trunk/sound/soc/codecs/wm8900.c b/trunk/sound/soc/codecs/wm8900.c index 449ea09a193d..082040eda8a2 100644 --- a/trunk/sound/soc/codecs/wm8900.c +++ b/trunk/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; } }