diff options
author | Philipp Stanner <pstanner@redhat.com> | 2024-12-09 16:06:24 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2025-01-18 23:38:48 +0300 |
commit | 57ca6af53ebe5feac3b697afc562df016782d254 (patch) | |
tree | 965fabf2ad3e3eab5c841c9890cf5195039f1eaf /scripts/gdb/linux/utils.py | |
parent | f546e8033d8f3e45d49622f04ca2fde650b80f6d (diff) | |
download | linux-57ca6af53ebe5feac3b697afc562df016782d254.tar.xz |
drivers/xen: 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.
xen enables its PCI device with pci_enable_device(). Thus, it needs the
never-managed version.
Replace pci_intx() with pci_intx_unmanaged().
Link: https://lore.kernel.org/r/20241209130632.132074-4-pstanner@redhat.com
Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions