John Zhao has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45623 )
Change subject: ec/kontron: Fix control flow DEADCODE issue ......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45623/4/src/ec/kontron/kempld/kempl... File src/ec/kontron/kempld/kempld_i2c.c:
https://review.coreboot.org/c/coreboot/+/45623/4/src/ec/kontron/kempld/kempl... PS4, Line 253: if (prescale < 0)
Sounds good. Regular `assert()` now provides compile-time checks if possible, too.
Ack