aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/davinci
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-08-26 15:47:55 +0200
committerJaroslav Kysela <perex@perex.cz>2008-08-29 10:06:07 +0200
commit9b6e12e45883451d24c99f5dc3ebad5f910c01d5 (patch)
tree02af7d7f4786a0c81b8ce55c448b62e6b03fd23e /sound/soc/davinci
parentALSA: hda - Add more ALC662/663 codec support (diff)
downloadlinux-dev-9b6e12e45883451d24c99f5dc3ebad5f910c01d5.tar.xz
linux-dev-9b6e12e45883451d24c99f5dc3ebad5f910c01d5.zip
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>
Diffstat (limited to 'sound/soc/davinci')
-rw-r--r--sound/soc/davinci/davinci-i2s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/davinci/davinci-i2s.c b/sound/soc/davinci/davinci-i2s.c
index 5ebf1ff71c4c..e8269d6b788a 100644
--- a/sound/soc/davinci/davinci-i2s.c
+++ b/sound/soc/davinci/davinci-i2s.c
@@ -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;
}