From: Aaron Taylor Date: Mon, 26 Apr 2021 11:58:08 +0000 (-0700) Subject: Replaced deprecated pci_enable_msix() call with equivalent pci_enable_msix_exact... X-Git-Tag: first-build~25 X-Git-Url: https://git.subgeniuskitty.com/xeon-phi-kernel-module/.git/commitdiff_plain/6b1bd4aed012fbf18bdb062015c36d87d33e8629?hp=6b1bd4aed012fbf18bdb062015c36d87d33e8629 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 ---