Re: [PATCH v2 1/4] PCI: Introduce pcim_alloc_irq_vectors()

From: Andy Shevchenko
Date: Tue Feb 16 2021 - 09:42:25 EST


On Tue, Feb 16, 2021 at 10:18:07PM +0800, Dejin Zheng wrote:
> Introduce pcim_alloc_irq_vectors(), a device-managed version of
> pci_alloc_irq_vectors(). Introducing this function can simplify
> the error handling path in many drivers.

> - if (dev->msi_enabled)
> - pci_disable_msi(dev);
> - if (dev->msix_enabled)
> - pci_disable_msix(dev);
> + pci_free_irq_vectors(dev);

This change deserves a line in the commit message.

--
With Best Regards,
Andy Shevchenko