Re: [PATCH] serial: core: Revert port_id use

From: Tony Lindgren
Date: Wed Aug 09 2023 - 01:41:53 EST


* Dhruva Gole <d-gole@xxxxxx> [230809 05:33]:
> On Aug 09, 2023 at 08:26:50 +0300, Tony Lindgren wrote:
> > --- a/drivers/tty/serial/serial_base.h
> > +++ b/drivers/tty/serial/serial_base.h
> > @@ -16,6 +16,7 @@ struct device;
> >
> > struct serial_ctrl_device {
> > struct device dev;
> > + struct ida ida;
>
> When you send the proper patch, might want to change variable name to
> something other than ida?

OK I'll change it to port_ida.

Tony