build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34778 )
Change subject: soc/mediatek: Change DSI init commands to take flexible length array ......................................................................
Patch Set 3:
(3 comments)
https://review.coreboot.org/c/coreboot/+/34778/3/src/mainboard/google/kukui/... File src/mainboard/google/kukui/panel.h:
https://review.coreboot.org/c/coreboot/+/34778/3/src/mainboard/google/kukui/... PS3, Line 32: #define INIT_DCS_CMD(...) \ Macros with complex values should be enclosed in parentheses
https://review.coreboot.org/c/coreboot/+/34778/3/src/mainboard/google/kukui/... PS3, Line 37: #define INIT_GENERIC_CMD(...) \ Macros with complex values should be enclosed in parentheses
https://review.coreboot.org/c/coreboot/+/34778/3/src/mainboard/google/kukui/... PS3, Line 42: #define INIT_DELAY_CMD(delay) \ Macros with complex values should be enclosed in parentheses