Alexander Gordeev 1c92ab1e74 rapidio/tsi721: 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.

The patch has no runtime effect.

Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Cc: Matt Porter <mporter@kernel.crashing.org>
Acked-by: Alexandre Bounine <alexandre.bounine@idt.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-06-06 16:08:13 -07:00
..
2014-06-02 16:35:49 -07:00
2014-06-04 10:02:38 -07:00
2014-06-02 16:35:49 -07:00
2014-06-04 09:08:25 -07:00
2014-06-03 11:09:43 -07:00
2014-06-03 08:34:00 -07:00
2014-06-02 16:15:12 -07:00
2014-06-04 09:08:25 -07:00
2014-06-02 09:22:24 -07:00
2014-06-05 16:15:33 -07:00
2014-06-03 11:44:48 -07:00
2014-06-02 16:35:49 -07:00
2014-06-04 09:07:08 -07:00