From: Mark Brown Date: Mon, 10 Jan 2011 19:06:08 +0000 (+0000) Subject: ASoC: Fix indentation in soc_remove() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9f040c7941df09eca6e6a15cfa766b719d8cafb3;p=mv-sheeva.git ASoC: Fix indentation in soc_remove() Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index fb170a07376..04475c18003 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++) {