Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58499906 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

ASoC: wm8900: fix a memory leak if wm8900_set_fll fails

parent 3b1af3f8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
		}
	}