[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161009175615.GA22239@lst.de>
Date: Sun, 9 Oct 2016 19:56:15 +0200
From: Christoph Hellwig <hch@....de>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: linux-kernel@...r.kernel.org
Subject: pci_alloc_irq_vectors use in 8250_lpss.c
Hi Andy,
two comment on your ぱatch to add MSI support to the above driver.
First pci_alloc_irq_vectors gained a mandatory flags argument, so
for MSI suport you now need to pass PCI_IRQ_MSI in flags for the
code to work.
Second please make sure to always pair pci_alloc_irq_vectors
with pci_free_irq_vectors on the remove path.
Thanks,
Christoph
Powered by blists - more mailing lists