[alsa-devel] [PATCH] ASoC: Fix indentation in soc_remove()

Mark Brown broonie at opensource.wolfsonmicro.com
Mon Jan 10 20:06:08 CET 2011


Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
---
 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 96bf381..ec942a2 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -1905,7 +1905,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++) {
-- 
1.7.2.3



More information about the Alsa-devel mailing list