diff options
author | Philipp Stanner <phasta@kernel.org> | 2025-04-25 11:17:41 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-05-05 13:32:12 +0300 |
commit | 58fa9c629e29ae921d055c2b7a1e372ae991fb79 (patch) | |
tree | 86f32055891b88789cf83dbdb06915ee3acfe333 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 45054bb10fd8a545a1feeaab16af1a87ab7fcce3 (diff) | |
download | linux-58fa9c629e29ae921d055c2b7a1e372ae991fb79.tar.xz |
ASoC: intel: avs: Use pure devres PCI
pci_request_regions() is a hybrid function which becomes managed if
pcim_enable_device() was called before. This hybrid nature is deprecated
and should not be used anymore.
Replace pci_request_regions() with the always-managed function
pcim_request_all_regions().
Remove the goto jump to pci_release_regions(), since pcim_ functions
clean up automatically.
Signed-off-by: Philipp Stanner <phasta@kernel.org>
Link: https://patch.msgid.link/20250425081742.61623-4-phasta@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions