[alsa-devel] [PATCH] ASoC: Fix indentation in soc_remove()

Liam Girdwood lrg at slimlogic.co.uk
Tue Jan 11 12:59:29 CET 2011


On Mon, 2011-01-10 at 19:06 +0000, Mark Brown wrote:
> Signed-off-by: Mark Brown <broonie at 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 at slimlogic.co.uk>
-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk



More information about the Alsa-devel mailing list