From: Mark Brown Date: Mon, 10 Jan 2011 19:06:08 +0000 (+0000) Subject: ASoC: Fix indentation in soc_remove() X-Git-Tag: firefly_0821_release~3680^2~2691^2~1226^2~81 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9f040c7941df09eca6e6a15cfa766b719d8cafb3;p=firefly-linux-kernel-4.4.55.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 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++) {