Attention is currently required from: Michał Żygowski, Michał Kopeć.
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/68791 )
Change subject: ec/clevo/it5570e: add driver for EC used on various Clevo laptops ......................................................................
Patch Set 3:
(2 comments)
File src/ec/clevo/it5570e/commands.c:
https://review.coreboot.org/c/coreboot/+/68791/comment/7e93d7da_8ed3892d PS1, Line 120: else if (start > 100 || stop > 100) {
else should follow close brace '}'
won't fix for readability.
https://review.coreboot.org/c/coreboot/+/68791/comment/870236b7_50d0c537 PS1, Line 123: else if (start >= stop) {
else should follow close brace '}'
won't fix for readability.