Skip to content

Commit

Permalink
ASoC: Don't free static data in WM9713
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Dec 1, 2008
1 parent 4290239 commit 0ecfe79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/codecs/wm9713.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0ecfe79

Please sign in to comment.