Files
linux/drivers/misc
Alexander Gordeev ebba44ffcb mic: Use pci_enable_msix_exact() instead of pci_enable_msix()
As result of deprecation of MSI-X/MSI enablement functions
pci_enable_msix() and pci_enable_msi_block() all drivers
using these two interfaces need to be updated to use the
new pci_enable_msi_range()  or pci_enable_msi_exact()
and pci_enable_msix_range() or pci_enable_msix_exact()
interfaces.

Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Cc: Harshavardhan R Kharche <harshavardhan.r.kharche@intel.com>
Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
Cc: linux-pci@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-02-28 15:23:01 -08:00
..
2014-02-18 08:09:40 -08:00
2014-02-28 15:15:57 -08:00
2013-05-28 12:02:13 +02:00
2013-08-27 08:28:01 -07:00
2012-11-21 12:53:32 -08:00
2013-12-18 16:51:15 -08:00
2013-03-02 08:52:17 -06:00
2014-02-14 18:53:58 -08:00
2013-12-18 16:51:15 -08:00
2014-02-07 15:10:19 -08:00