Hello Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46729
to look at the new patch set (#2).
Change subject: soc/intel/xeon_sp: Pass IIO_RESOURCE_INSTANCE as pointer ......................................................................
soc/intel/xeon_sp: Pass IIO_RESOURCE_INSTANCE as pointer
IIO_RESOURCE_INSTANCE is a large struct, so it should be passed as a constant pointer rather than making a copy.
Found-by: Coverity CID 1432759 Change-Id: Iebbb4d292f4d956e767bda28cbf20b0318586510 Signed-off-by: Jacob Garber jgarber1@ualberta.ca --- M src/soc/intel/xeon_sp/nb_acpi.c 1 file changed, 6 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/46729/2