[alsa-devel] [PATCH] sound/atmel_ssc_dai: add a missing space to an error message

Nicolas Ferre nicolas.ferre at atmel.com
Fri Jun 10 09:44:37 CEST 2011


Le 10/06/2011 00:41, Uwe Kleine-König :
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>

Acked-by: Nicolas Ferre <nicolas.ferre at atmel.com>

> ---
>  sound/soc/atmel/atmel_ssc_dai.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c
> index 7fbfa05..7d6ab47 100644
> --- a/sound/soc/atmel/atmel_ssc_dai.c
> +++ b/sound/soc/atmel/atmel_ssc_dai.c
> @@ -402,7 +402,7 @@ static int atmel_ssc_hw_params(struct snd_pcm_substream *substream,
>  	if ((ssc_p->daifmt & SND_SOC_DAIFMT_FORMAT_MASK) == SND_SOC_DAIFMT_I2S
>  		&& bits > 16) {
>  		printk(KERN_WARNING
> -				"atmel_ssc_dai: sample size %d"
> +				"atmel_ssc_dai: sample size %d "
>  				"is too large for I2S\n", bits);
>  		return -EINVAL;
>  	}

Thanks, bye,
-- 
Nicolas Ferre



More information about the Alsa-devel mailing list