diff options
author | Philipp Stanner <[email protected]> | 2024-06-13 13:50:20 +0200 |
---|---|---|
committer | Krzysztof Wilczyński <[email protected]> | 2024-07-10 04:20:06 +0000 |
commit | 77f79ac8de0f490fca4f0a5f2e1e38eeee191f05 (patch) | |
tree | f4f728eea52ed511c54d68400388bf870665eac7 /tools/perf/scripts/python/stat-cpi.py | |
parent | 81fcf28e74a3ffda67a6896cd38843d80bc9ec68 (diff) |
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/[email protected]
Signed-off-by: Philipp Stanner <[email protected]>
Signed-off-by: Krzysztof Wilczyński <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions