Idwer Vollering has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38394 )
Change subject: drivers/i2c/at24rf08c: Tighten count variable type to unsigned integers ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38394/1/src/drivers/i2c/at24rf08c/a... File src/drivers/i2c/at24rf08c/at24rf08c.c:
https://review.coreboot.org/c/coreboot/+/38394/1/src/drivers/i2c/at24rf08c/a... PS1, Line 39: printk(BIOS_DEBUG, "i= = %u, j = %u\n", j); Nitpick: can you trim this down to two times '='? Here, you missed 'i': printk(..., i, j)