forked from Minki/linux
sound/atmel_ssc_dai: add a missing space to an error message
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
91d5e6b4f5
commit
2f2b3cf1dd
@ -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
|
if ((ssc_p->daifmt & SND_SOC_DAIFMT_FORMAT_MASK) == SND_SOC_DAIFMT_I2S
|
||||||
&& bits > 16) {
|
&& bits > 16) {
|
||||||
printk(KERN_WARNING
|
printk(KERN_WARNING
|
||||||
"atmel_ssc_dai: sample size %d"
|
"atmel_ssc_dai: sample size %d "
|
||||||
"is too large for I2S\n", bits);
|
"is too large for I2S\n", bits);
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user