[alsa-devel] [PATCH] hdspm - remove unneeded semicolon

Takashi Iwai tiwai at suse.de
Mon Jul 15 15:46:38 CEST 2013


At Mon, 15 Jul 2013 21:41:32 +0800,
Fengguang Wu wrote:
> 
> sound/pci/rme9652/hdspm.c:1110:2-3: Unneeded semicolon
> 
> Generated by: coccinelle/misc/semicolon.cocci
> 
> Reported-by: Fengguang Wu <fengguang.wu at intel.com>

Thanks, applied.


Takashi

> ---
> 
>  cocci-output-13040-790f4c-hdspm.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/sound/pci/rme9652/hdspm.c
> +++ b/sound/pci/rme9652/hdspm.c
> @@ -1107,7 +1107,7 @@ static int hdspm_rate_multiplier(struct
>  		else if (hdspm->control_register &
>  				HDSPM_DoubleSpeed)
>  			return rate * 2;
> -	};
> +	}
>  	return rate;
>  }
>  
> 


More information about the Alsa-devel mailing list