[alsa-devel] [PATCH] ASoC: Fix indentation in soc_remove()
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com --- sound/soc/soc-core.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 96bf381..ec942a2 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -1905,7 +1905,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++) {
On Mon, 2011-01-10 at 19:06 +0000, Mark Brown wrote:
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com
sound/soc/soc-core.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 96bf381..ec942a2 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -1905,7 +1905,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++) {
Acked-by: Liam Girdwood lrg@slimlogic.co.uk
participants (2)
-
Liam Girdwood
-
Mark Brown