diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-10 14:06:08 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-11 13:30:16 -0500 |
commit | 9f040c7941df09eca6e6a15cfa766b719d8cafb3 (patch) | |
tree | bf0cd43fbd5a5e78e8a6c1cf5d2e29b298fcfc1d | |
parent | 861f2faf4fbd4fb46a436d41dcb5ff75b243ab3a (diff) |
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.c | 2 |
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) | |||
1896 | struct snd_soc_card *card = platform_get_drvdata(pdev); | 1896 | struct snd_soc_card *card = platform_get_drvdata(pdev); |
1897 | int i; | 1897 | int i; |
1898 | 1898 | ||
1899 | if (card->instantiated) { | 1899 | if (card->instantiated) { |
1900 | 1900 | ||
1901 | /* make sure any delayed work runs */ | 1901 | /* make sure any delayed work runs */ |
1902 | for (i = 0; i < card->num_rtd; i++) { | 1902 | for (i = 0; i < card->num_rtd; i++) { |