diff options
Diffstat (limited to 'sound/soc/davinci')
-rw-r--r-- | sound/soc/davinci/davinci-i2s.c | 2 |
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, | |||
256 | mcbsp_word_length = DAVINCI_MCBSP_WORD_32; | 256 | mcbsp_word_length = DAVINCI_MCBSP_WORD_32; |
257 | break; | 257 | break; |
258 | default: | 258 | default: |
259 | printk(KERN_WARNING "davinci-i2s: unsupported PCM format"); | 259 | printk(KERN_WARNING "davinci-i2s: unsupported PCM format\n"); |
260 | return -EINVAL; | 260 | return -EINVAL; |
261 | } | 261 | } |
262 | 262 | ||