Commit 9f040c79 authored by Mark Brown's avatar Mark Brown

ASoC: Fix indentation in soc_remove()

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent 861f2faf
......@@ -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++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment