ALSA: ASoC: Add missing new-line at end of strings
Two warning messages lack their trailing new-line, add it. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
f1d4e28b2d
commit
9b6e12e458
2 changed files with 2 additions and 2 deletions
|
@ -408,7 +408,7 @@ static int at91_ssc_hw_params(struct snd_pcm_substream *substream,
|
|||
dma_params->pdc_xfer_size = 4;
|
||||
break;
|
||||
default:
|
||||
printk(KERN_WARNING "at91-ssc: unsupported PCM format");
|
||||
printk(KERN_WARNING "at91-ssc: unsupported PCM format\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
|
|
@ -256,7 +256,7 @@ static int davinci_i2s_hw_params(struct snd_pcm_substream *substream,
|
|||
mcbsp_word_length = DAVINCI_MCBSP_WORD_32;
|
||||
break;
|
||||
default:
|
||||
printk(KERN_WARNING "davinci-i2s: unsupported PCM format");
|
||||
printk(KERN_WARNING "davinci-i2s: unsupported PCM format\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue