summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-01-10 22:06:08 +0300
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-01-11 21:30:16 +0300
commit9f040c7941df09eca6e6a15cfa766b719d8cafb3 (patch)
treebf0cd43fbd5a5e78e8a6c1cf5d2e29b298fcfc1d
parent861f2faf4fbd4fb46a436d41dcb5ff75b243ab3a (diff)
downloadlinux-9f040c7941df09eca6e6a15cfa766b719d8cafb3.tar.xz
ASoC: Fix indentation in soc_remove()
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-rw-r--r--sound/soc/soc-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index fb170a073763..04475c18003c 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -1896,7 +1896,7 @@ static int soc_remove(struct platform_device *pdev)
struct snd_soc_card *card = platform_get_drvdata(pdev);
int i;
- if (card->instantiated) {
+ if (card->instantiated) {
/* make sure any delayed work runs */
for (i = 0; i < card->num_rtd; i++) {