Skip to content

Commit

Permalink
ASoC: Fix indentation in soc_remove()
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
  • Loading branch information
Mark Brown committed Jan 11, 2011
1 parent 861f2fa commit 9f040c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 9f040c7

Please sign in to comment.