From: Alexander Gordeev Date: Fri, 21 Feb 2014 16:58:09 +0000 (+0100) Subject: mfd: timberdale: Use pci_enable_msix_exact() instead of pci_enable_msix() X-Git-Tag: v3.15-rc1~64^2~37 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=471212d943f839c94aefd416feaeca6e26a6e1f6;p=pandora-kernel.git mfd: timberdale: 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 Signed-off-by: Lee Jones --- Reading git-diff-tree failed