aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
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++) {