diff options
author | Philipp Stanner <pstanner@redhat.com> | 2024-12-09 16:06:25 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2025-01-18 23:38:49 +0300 |
commit | 41400bc53378e706d672a43690c7ce682ec63fee (patch) | |
tree | 43002434557508d900bb7345fab4fb7c82539fdb /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 97fd88089fa26bc7b4c5a648a0ad7fbb03d9b7af (diff) | |
download | linux-41400bc53378e706d672a43690c7ce682ec63fee.tar.xz |
net/ethernet: Use never-managed version of pci_intx()
pci_intx() is a hybrid function which can sometimes be managed through
devres. To remove this hybrid nature from pci_intx(), it is necessary to
port users to either an always-managed or a never-managed version.
broadcom/bnx2x and brocade/bna enable their PCI devices with
pci_enable_device(). Thus, they need the never-managed version.
Replace pci_intx() with pci_intx_unmanaged().
Link: https://lore.kernel.org/r/20241209130632.132074-5-pstanner@redhat.com
Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions