Attention is currently required from: Paul Menzel. Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60790
to look at the new patch set (#3).
Change subject: drivers/ipmi: Change type of custom_count from int to size_t ......................................................................
drivers/ipmi: Change type of custom_count from int to size_t
The variable `custom_count` is the number of custom fields, so only holds non-negative values, so change the struct member type from int to size_t.
Change-Id: Ic35aafefc870092298523ba2e10adf4fcb687a01 Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/drivers/ipmi/ipmi_ops.h 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/60790/3