diff options
author | Philipp Stanner <pstanner@redhat.com> | 2024-06-13 14:50:20 +0300 |
---|---|---|
committer | Krzysztof Wilczyński <kwilczynski@kernel.org> | 2024-07-10 07:20:06 +0300 |
commit | 77f79ac8de0f490fca4f0a5f2e1e38eeee191f05 (patch) | |
tree | f4f728eea52ed511c54d68400388bf870665eac7 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 81fcf28e74a3ffda67a6896cd38843d80bc9ec68 (diff) | |
download | linux-77f79ac8de0f490fca4f0a5f2e1e38eeee191f05.tar.xz |
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>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions