Replaced deprecated pci_enable_msix() call with equivalent pci_enable_msix_exact...
authorAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 26 Apr 2021 11:58:08 +0000 (04:58 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 26 Apr 2021 11:58:08 +0000 (04:58 -0700)
commit6b1bd4aed012fbf18bdb062015c36d87d33e8629
tree3d886eb0471f22245b64ea30843f6d01c060daa4
parent121fcf15fd8ce31fb5bf9e7b9c34ec67906f3af9
Replaced deprecated pci_enable_msix() call with equivalent pci_enable_msix_exact() call.

See also:

  - https://patchwork.kernel.org/project/linux-pci/patch/1412955343-27239-1-git-send-email-agordeev@redhat.com/

  - http://tomoyo.osdn.jp/cgi-bin/lxr/source/Documentation/PCI/MSI-HOWTO.txt?v=linux-4.7.10
host/linux.c