diff options
author | 2025-04-25 10:57:37 +0200 | |
---|---|---|
committer | 2025-04-28 16:19:16 -0700 | |
commit | 2a5a74947a2bdd8ba437f79e746c23724182c662 (patch) | |
tree | 4233d9c55fb8491306272da217fbe7e5c239561e /tools/perf/scripts/python/export-to-sqlite.py | |
parent | net: tulip: Use pure PCI devres API (diff) | |
download | wireguard-linux-2a5a74947a2bdd8ba437f79e746c23724182c662.tar.xz wireguard-linux-2a5a74947a2bdd8ba437f79e746c23724182c662.zip |
net: ethernet: natsemi: Use pure PCI devres API
The currently used function pci_request_regions() is one of the
problematic "hybrid devres" PCI functions, which are sometimes managed
through devres, and sometimes not (depending on whether
pci_enable_device() or pcim_enable_device() has been called before).
The PCI subsystem wants to remove this behavior and, therefore, needs to
port all users to functions that don't have this problem.
Replace pci_request_regions() with pcim_request_all_regions().
Signed-off-by: Philipp Stanner <phasta@kernel.org>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://patch.msgid.link/20250425085740.65304-6-phasta@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions