Re: [PATCH v3 3/3] serial: core: Move console character device handling from printk

From: Tony Lindgren
Date: Wed Nov 22 2023 - 02:04:30 EST


* Tony Lindgren <tony@xxxxxxxxxxx> [700101 02:00]:
> - __add_preferred_console(buf, idx, options, brl_options, true);
> return 1;

Looks like this can't be dropped yet. We need to keep it for the
brl_options. I'll change it to return early if brl_options is NULL.

Regards,

Tony