Re: [PATCH v2 2/3] serial: core: Add support for DEVNAME:0.0 style naming for kernel console

From: Tony Lindgren
Date: Wed Sep 13 2023 - 08:06:53 EST


* Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx> [230912 12:24]:
> On Tue, 12 Sep 2023, Tony Lindgren wrote:
> > +struct serial_base_console {
> > + struct list_head node;
> > + char *name;
>
> Can't this be const char as too?

Yes thanks,

Tony