Hello Aaron Durbin, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31751
to look at the new patch set (#2).
Change subject: device/pci_ops: Inline PCI config accessors for ramstage ......................................................................
device/pci_ops: Inline PCI config accessors for ramstage
Inlining here allows the check for (dev != NULL) to be optimised and evaluated just once inside the calling function body.
Change-Id: I0b5b4f4adb8eaa483a31353324da19917db85f4a Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/device/pci_device.c M src/device/pci_ops.c M src/include/device/pci_ops.h 3 files changed, 81 insertions(+), 64 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/31751/2