aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dream/qdsp5/audio_mp3.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/dream/qdsp5/audio_mp3.c')
-rw-r--r--drivers/staging/dream/qdsp5/audio_mp3.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/dream/qdsp5/audio_mp3.c b/drivers/staging/dream/qdsp5/audio_mp3.c
index b95574f699ff..7ed6e261d6c9 100644
--- a/drivers/staging/dream/qdsp5/audio_mp3.c
+++ b/drivers/staging/dream/qdsp5/audio_mp3.c
@@ -650,8 +650,7 @@ static long audio_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
&audio->read_phys,
GFP_KERNEL);
if (!audio->read_data) {
- pr_err("audio_mp3: malloc pcm \
- buf failed\n");
+ pr_err("audio_mp3: malloc pcm buf failed\n");
rc = -1;
} else {
uint8_t index;