> From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > Sent: Thursday, November 17, 2022 1:55 PM > To: Kumaravel Thiagarajan - I21417 > <Kumaravel.Thiagarajan@xxxxxxxxxxxxx> > Subject: Re: [PATCH v5 tty-next 1/4] 8250: microchip: pci1xxxx: Add driver for > quad-uart support. > > > + case PCI_SUBDEVICE_ID_EFAR_PCI11414: > > + irq_idx = idx; > > + break; > > Try to make this entire switch-case more compact. It's possible. Hi Andy, I am planning to use look-up table for this in-order to avoid computation within switch case. Does this approach sound good? Thanks, Tharun Kumar P