Hello Patrick Rudolph, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34625
to look at the new patch set (#2).
Change subject: src/arch/x86/acpi: Constify struct device instances ......................................................................
src/arch/x86/acpi: Constify struct device instances
Constify the struct device arguments in below APIs:
acpi_device_name acpi_device_path_fill acpi_device_path acpi_write_dbg2_pci_uart acpi_device_scope acpi_device_path_join
The APIs do not seem to modify the argument and are using device argument as reference to device only.
Change-Id: Ic2ce045f17efa288eb41503795723d0ad5ec78bd Signed-off-by: Aamir Bohra aamir.bohra@intel.com --- M src/arch/x86/acpi.c M src/arch/x86/acpi_device.c M src/arch/x86/include/arch/acpi.h M src/arch/x86/include/arch/acpi_device.h 4 files changed, 12 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/34625/2