* 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
* 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