Re: [PATCH v3 4/4] i2c: thunderx: Use the correct name of device-managed function

2021-02-16 Thread Krzysztof WilczyƄski
Hi Dejin, > Use the new function pcim_alloc_irq_vectors() to allocate IRQ vectors, > the pcim_alloc_irq_vectors() function, an explicit device-managed version > of pci_alloc_irq_vectors(). If pcim_enable_device() has been called > before, then pci_alloc_irq_vectors() is actually a device-managed

[PATCH v3 4/4] i2c: thunderx: Use the correct name of device-managed function

2021-02-16 Thread Dejin Zheng
Use the new function pcim_alloc_irq_vectors() to allocate IRQ vectors, the pcim_alloc_irq_vectors() function, an explicit device-managed version of pci_alloc_irq_vectors(). If pcim_enable_device() has been called before, then pci_alloc_irq_vectors() is actually a device-managed function. It is