mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
ASoC: wm8900: fix a memory leak if wm8900_set_fll fails
Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
3b1af3f8c8
commit
58499906c8
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user