summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-10-09 07:30:41 +0200
committerTakashi Iwai <tiwai@suse.de>2014-10-09 07:30:41 +0200
commitfd1a2a90d08b0052fa52bd36cebd0592c9e537c2 (patch)
tree6a0d03afeb4476803ac37c66b6fa7fb4c03aa5a2 /sound/soc/soc-core.c
parentc497d9f917542a71e1654b31368d18153b6f1987 (diff)
parentbdf20b4291eaa3b327398b8dd330065ad8e6d3ce (diff)
downloadop-kernel-dev-fd1a2a90d08b0052fa52bd36cebd0592c9e537c2.zip
op-kernel-dev-fd1a2a90d08b0052fa52bd36cebd0592c9e537c2.tar.gz
Merge tag 'asoc-v3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v3.18 A few small fixes, mostly small although a few really nasty ones like the interaction between GPIO 0 and simple-card.
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r--sound/soc/soc-core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 3d8cff6..4c8f8a2 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -4192,10 +4192,10 @@ void snd_soc_remove_platform(struct snd_soc_platform *platform)
snd_soc_component_del_unlocked(&platform->component);
mutex_unlock(&client_mutex);
- snd_soc_component_cleanup(&platform->component);
-
dev_dbg(platform->dev, "ASoC: Unregistered platform '%s'\n",
platform->component.name);
+
+ snd_soc_component_cleanup(&platform->component);
}
EXPORT_SYMBOL_GPL(snd_soc_remove_platform);
OpenPOWER on IntegriCloud