Re: [PATCH v2 1/3] printk: Split the code for storing a message into the log buffer

From: Sergey Senozhatsky
Date: Wed Jun 27 2018 - 22:10:55 EST


On (06/27/18 16:08), Petr Mladek wrote:
[..]
> if (dict)
> lflags |= LOG_PREFIX|LOG_NEWLINE;
>
> - printed_len = log_output(facility, level, lflags, dict, dictlen, text, text_len);
> + return log_output(facility, level, lflags,
> + dict, dictlen, text, text_len);
> +}
YAYY!


Acked-by: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx>

-ss