mbox series

[v2,0/3] PCI: re-work pci_get_pdev() and friends

Message ID 5379b4bb-76c9-d7be-4bd7-2f75dde470a8@suse.com (mailing list archive)
Headers show
Series PCI: re-work pci_get_pdev() and friends | expand

Message

Jan Beulich Aug. 11, 2022, 10:50 a.m. UTC
The two previously submitted bug fixes can actually be had as a side
effect of eliminating a bogus feature, the last use of which had
disappeared a while ago. Further cleanup then follows along the
lines of what had also been discussed in the context of the earlier
attempts.

1: simplify (and thus correct) pci_get_pdev{,_by_domain}()
2: fold pci_get_pdev{,_by_domain}()
3: bring pci_get_real_pdev() in line with pci_get_pdev()

Jan