[alsa-devel] [PATCH 1/6] ASoC: Indentation fix for null loop operation

Liam Girdwood lrg at ti.com
Mon Jun 6 21:35:57 CEST 2011


On 06/06/11 19:18, Mark Brown wrote:
> More with the legibility.
> 
> Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
> ---
>  sound/soc/soc-dapm.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
> index 6be6546..988cdff 100644
> --- a/sound/soc/soc-dapm.c
> +++ b/sound/soc/soc-dapm.c
> @@ -209,7 +209,7 @@ static void dapm_set_path_status(struct snd_soc_dapm_widget *w,
>  		int val, item, bitmask;
>  
>  		for (bitmask = 1; bitmask < e->max; bitmask <<= 1)
> -		;
> +			;
>  		val = snd_soc_read(w->codec, e->reg);
>  		item = (val >> e->shift_l) & (bitmask - 1);
>  

All


Acked-by: Liam Girdwood <lrg at ti.com>


More information about the Alsa-devel mailing list