Re: [PATCH v8 2/3] serial: exar: split out the exar code from 8250_pci
From: Andy Shevchenko <hidden>
Date: 2017-01-09 00:51:03
Also in:
linux-gpio, lkml
From: Andy Shevchenko <hidden>
Date: 2017-01-09 00:51:03
Also in:
linux-gpio, lkml
On Mon, Jan 9, 2017 at 2:14 AM, Andy Shevchenko [off-list ref] 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