From: Alexander Gordeev Date: Mon, 21 Apr 2014 15:19:32 +0000 (+0200) Subject: cciss: Use pci_enable_msix_exact() instead of pci_enable_msix() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~47^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24cddb83b4ae3a601f807e96cde9bf24fb90e5f5;p=pandora-kernel.git 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-diff-tree failed