Re: [PATCH v8 2/3] serial: exar: split out the exar code from 8250_pci

From: Andy Shevchenko
Date: Sun Jan 08 2017 - 19:51:06 EST


On Mon, Jan 9, 2017 at 2:14 AM, Andy Shevchenko
<andy.shevchenko@xxxxxxxxx> wrote:

> Port number is easily to get from device ID, I already said this.
> nr = subvendor == PCI_VENDOR_ID_IBM ? 1 : device & 0x0f;

Gave one more thought and using

nr = num_ports ? num_ports : device & 0x0f;

will allow you to use even in the v35 setup.

--
With Best Regards,
Andy Shevchenko