Re: [PATCH 3/6] skd: use pci_alloc_irq_vectors
From: Christoph Hellwig <hch@infradead.org>
Date: 2016-09-29 18:44:05
From: Christoph Hellwig <hch@infradead.org>
Date: 2016-09-29 18:44:05
On Sun, Sep 11, 2016 at 03:31:25PM +0200, Christoph Hellwig wrote:
Switch the skd driver to use pci_alloc_irq_vectors. We need to two calls to pci_alloc_irq_vectors as skd only supports multiple MSI-X vectors, but not multiple MSI vectors. Otherwise this cleans up a lot of cruft and allows to a lot more common code. Signed-off-by: Christoph Hellwig <hch@lst.de>
Jens, is this something you could pick up for 4.9? I'd like to get get rid of all users of pci_enable_msi_range in this merge window.