Re: [PATCH v2 3/3] spi: pca2xx-pci: Allow MSI

From: Jarkko Nikula
Date: Tue Jan 17 2017 - 06:19:00 EST


On 01/16/2017 09:08 PM, Andy Shevchenko wrote:
On Mon, 2017-01-16 at 19:44 +0100, Jan Kiszka wrote:
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>

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().

Reviewed-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx>