ASoC: Fix indentation in soc_remove()
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
This commit is contained in:
parent
861f2faf4f
commit
9f040c7941
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue