diff options
author | Alexander Gordeev <agordeev@redhat.com> | 2014-06-06 23:37:16 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-07 01:08:13 +0200 |
commit | 1c92ab1e742b0636e5c4c63792e20020cdf16caf (patch) | |
tree | 7257f79b1f97a4af7603a7f160dc68af1027d69f /kernel/sysctl.c | |
parent | idr: reorder the fields (diff) | |
download | linux-1c92ab1e742b0636e5c4c63792e20020cdf16caf.tar.xz linux-1c92ab1e742b0636e5c4c63792e20020cdf16caf.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions