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

Commit 0ecfe798 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Don't free static data in WM9713

parent 4290239c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1283,7 +1283,6 @@ static int wm9713_soc_remove(struct platform_device *pdev)
	snd_soc_free_ac97_codec(codec);
	kfree(codec->private_data);
	kfree(codec->reg_cache);
	kfree(codec->dai);
	kfree(codec);
	return 0;
}