]> www.infradead.org Git - users/dwmw2/linux.git/commit
PCI: Remove struct pci_devres.enabled status bit
authorPhilipp Stanner <pstanner@redhat.com>
Thu, 13 Jun 2024 11:50:20 +0000 (13:50 +0200)
committerKrzysztof Wilczyński <kwilczynski@kernel.org>
Wed, 10 Jul 2024 04:20:06 +0000 (04:20 +0000)
commit77f79ac8de0f490fca4f0a5f2e1e38eeee191f05
treef4f728eea52ed511c54d68400388bf870665eac7
parent81fcf28e74a3ffda67a6896cd38843d80bc9ec68
PCI: Remove struct pci_devres.enabled status bit

The struct pci_devres has a separate boolean to track whether a device is
enabled. That, however, can easily be tracked in an agnostic manner through
the function pci_is_enabled().

Using it allows for simplifying the PCI devres implementation.

Replace the separate 'enabled' status bit from struct pci_devres with
calls to pci_is_enabled() at the appropriate places.

Link: https://lore.kernel.org/r/20240613115032.29098-8-pstanner@redhat.com
Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/devres.c
drivers/pci/pci.c
drivers/pci/pci.h