diff options
author | Philipp Stanner <pstanner@redhat.com> | 2024-12-09 16:06:30 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2025-01-18 23:38:49 +0300 |
commit | eeda4c86d8097d316ca3474ffa52b79ee5c98d6e (patch) | |
tree | b9c28f95aa27e15aaad178d684a22c436d9f59d2 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | b182cbaaa951720b142844445d34faa4d1a0766f (diff) | |
download | linux-eeda4c86d8097d316ca3474ffa52b79ee5c98d6e.tar.xz |
ata: Use always-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.
All users in ata enable their PCI devices with pcim_enable_device(). Thus,
they need the always-managed version.
Replace pci_intx() with pcim_intx().
Link: https://lore.kernel.org/r/20241209130632.132074-10-pstanner@redhat.com
Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Acked-by: Niklas Cassel <cassel@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions