Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79928?usp=email )
Change subject: [WIP] device/device_util: TODO look into is_pci_dev_on_bus ......................................................................
[WIP] device/device_util: TODO look into is_pci_dev_on_bus
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I74219f2db407c107e3e7dcae1ee11b2c91225fbf --- M src/device/device_util.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/79928/1
diff --git a/src/device/device_util.c b/src/device/device_util.c index 1837e29..3c55ded9 100644 --- a/src/device/device_util.c +++ b/src/device/device_util.c @@ -982,7 +982,7 @@ return is_pci(pci) && pci->enabled; }
-bool is_pci_dev_on_bus(const struct device *pci, unsigned int bus) +bool is_pci_dev_on_bus(const struct device *pci, unsigned int bus) // { return is_pci(pci) && pci->bus->secondary == bus; }