On Mon, Jun 07, 2021 at 11:39:16PM +0800, Dejin Zheng wrote: > 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 used here as a device-managed function, So replace it > with pcim_alloc_irq_vectors(). > > Acked-by: Robert Richter > Signed-off-by: Dejin Zheng Acked-by: Wolfram Sang # for I2C