[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200213054237.GD13208@google.com>
Date: Thu, 13 Feb 2020 14:42:37 +0900
From: Sergey Senozhatsky <sergey.senozhatsky.work@...il.com>
To: Benjamin Herrenschmidt <benh@...nel.crashing.org>
Cc: Petr Mladek <pmladek@...e.com>,
Sergey Senozhatsky <sergey.senozhatsky.work@...il.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v3 1/3] printk: Move console matching logic into a
separate function
On (20/02/06 15:02), Benjamin Herrenschmidt wrote:
[..]
> +
> + /*
> + * Some consoles, such as pstore and netconsole, can be enabled even
> + * without matching.
> + */
> + if (newcon->flags & CON_ENABLED)
> + return 0;
> +
> + return -ENOENT;
> +}
Looks good to me // modulo checkpatch warnings //
Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@...il.com>
-ss
Powered by blists - more mailing lists