On Mon, Oct 02, 2023 at 09:14:32AM +0200, Jiri Slaby wrote: > On 02. 10. 23, 3:57, Crescent CY Hsieh wrote: > > static int pci_moxa_init(struct pci_dev *dev) > > { > > unsigned short device = dev->device; > > unsigned long iobar_addr = pci_resource_start(dev, 2); > > + int i; > > unsigned > > > int num_ports = (device & 0x00F0) >> 4; > > And this one too (in the previous patch). Sorry, I am not sure I get your meaning, could you explain to me? --- Sincerely, Crescent CY Hsieh