Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39766 )
Change subject: drivers/i2c/nct7802y: configure local temp sensor ......................................................................
Patch Set 30:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39766/30/src/drivers/i2c/nct7802y/n... File src/drivers/i2c/nct7802y/nct7802y.h:
https://review.coreboot.org/c/coreboot/+/39766/30/src/drivers/i2c/nct7802y/n... PS30, Line 17: #define MODE_SELECTION_RTD2(x) (x << 2) Please guard macro parameters with braces as done below.