aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/wm9713.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c
index 49962a88770d..f3ca8aaf0139 100644
--- a/sound/soc/codecs/wm9713.c
+++ b/sound/soc/codecs/wm9713.c
@@ -1283,7 +1283,6 @@ static int wm9713_soc_remove(struct platform_device *pdev)
1283 snd_soc_free_ac97_codec(codec); 1283 snd_soc_free_ac97_codec(codec);
1284 kfree(codec->private_data); 1284 kfree(codec->private_data);
1285 kfree(codec->reg_cache); 1285 kfree(codec->reg_cache);
1286 kfree(codec->dai);
1287 kfree(codec); 1286 kfree(codec);
1288 return 0; 1287 return 0;
1289} 1288}