On Mon, 2017-01-16 at 19:44 +0100, Jan Kiszka wrote:I was looking at is there need to call pci_free_irq_vectors() but pcim_release() takes care of that since this driver uses pcim_enable_device().
Now that the core is ready for edge-triggered interrupts, we can
safely
allow the PCI versions that provide this to enable the feature and,
thus, have less shared interrupts.
Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>