diff options
| author | 2025-08-29 16:10:57 +0300 | |
|---|---|---|
| committer | 2025-09-16 11:19:10 -0500 | |
| commit | 3baeae36039afc233d4a42d6ff4aa7019892619f (patch) | |
| tree | 456bbcbd0630c49a68eb8049fd90b4cddf11d3cd /scripts/basic/git:/ssh:/git@git.zx2c4.com | |
| parent | PCI: Disable non-claimed bridge window (diff) | |
| download | wireguard-linux-3baeae36039afc233d4a42d6ff4aa7019892619f.tar.xz wireguard-linux-3baeae36039afc233d4a42d6ff4aa7019892619f.zip | |
PCI: Use pci_release_resource() instead of release_resource()
A few places in setup-bus.c call release_resource() directly and end up
duplicating functionality from pci_release_resource() such as parent check,
logging, and clearing the resource. Worse yet, the way the resource is
cleared is inconsistent between different sites.
Convert release_resource() calls into pci_release_resource() to remove code
duplication. This will also make the resource start, end, and flags
behavior consistent, i.e., start address is cleared, and only
IORESOURCE_UNSET is asserted for the resource.
While at it, eliminate the unnecessary initialization of idx variable in
pci_bridge_release_resources().
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://patch.msgid.link/20250829131113.36754-9-ilpo.jarvinen@linux.intel.com
Diffstat (limited to 'scripts/basic/git:/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
