Ferass EL HAFIDI has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63609 )
Change subject: apple/macbook21/cstates.c: add missing '}' ......................................................................
apple/macbook21/cstates.c: add missing '}'
Change-Id: I7bc632b03b13c08b19fc1ed55ca2a00e03488ea4 Signed-off-by: Ferass 'Vitali64' EL HAFIDI vitali64pmemail@protonmail.com --- M src/mainboard/apple/macbook21/cstates.c 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/63609/1
diff --git a/src/mainboard/apple/macbook21/cstates.c b/src/mainboard/apple/macbook21/cstates.c index 076a096..f07dcf3 100644 --- a/src/mainboard/apple/macbook21/cstates.c +++ b/src/mainboard/apple/macbook21/cstates.c @@ -40,7 +40,8 @@ .access_size = ACPI_ACCESS_SIZE_UNDEFINED, .addrl = 0x20, .addrh = 0, - } + }, + } };
int get_cst_entries(const acpi_cstate_t **entries)