diff options
Diffstat (limited to 'sound/soc/at91/at91-ssc.c')
-rw-r--r-- | sound/soc/at91/at91-ssc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/at91/at91-ssc.c b/sound/soc/at91/at91-ssc.c index 5d44515e62e..a5b1a79ebff 100644 --- a/sound/soc/at91/at91-ssc.c +++ b/sound/soc/at91/at91-ssc.c | |||
@@ -408,7 +408,7 @@ static int at91_ssc_hw_params(struct snd_pcm_substream *substream, | |||
408 | dma_params->pdc_xfer_size = 4; | 408 | dma_params->pdc_xfer_size = 4; |
409 | break; | 409 | break; |
410 | default: | 410 | default: |
411 | printk(KERN_WARNING "at91-ssc: unsupported PCM format"); | 411 | printk(KERN_WARNING "at91-ssc: unsupported PCM format\n"); |
412 | return -EINVAL; | 412 | return -EINVAL; |
413 | } | 413 | } |
414 | 414 | ||