From 24cddb83b4ae3a601f807e96cde9bf24fb90e5f5 Mon Sep 17 00:00:00 2001 From: Alexander Gordeev Date: Mon, 21 Apr 2014 17:19:32 +0200 Subject: [PATCH] cciss: 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 Cc: Mike Miller Cc: iss_storagedev@hp.com Cc: Jens Axboe Cc: linux-pci@vger.kernel.org Signed-off-by: Jens Axboe --- Reading git-format-patch failed