Re: [PATCH] ALSA: compress: fix some missing and misplaced \n in messages

2016-09-16 Thread Takashi Iwai
On Fri, 16 Sep 2016 18:46:41 +0200, Colin King wrote: > > From: Colin Ian King > > Fix a missing \n in a pr_debug message and move the \n to the end > of a pr_err message. > > Signed-off-by: Colin Ian King Applied, thanks. Takashi > --- > sound/core/compress_offload.c | 4 ++-- > 1 file c

[PATCH] ALSA: compress: fix some missing and misplaced \n in messages

2016-09-16 Thread Colin King
From: Colin Ian King Fix a missing \n in a pr_debug message and move the \n to the end of a pr_err message. Signed-off-by: Colin Ian King --- sound/core/compress_offload.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/core/compress_offload.c b/sound/core/compres