Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/62635 )
Change subject: mb/starlabs/labtop: Remove unnecessary return value from MWAK ......................................................................
mb/starlabs/labtop: Remove unnecessary return value from MWAK
Don't return 0x00 when running MWAK as it is not needed.
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: Ic62eab8ae5319aff37c61fc29d701d9a36ada919 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62635 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/starlabs/labtop/acpi/sleep.asl 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/mainboard/starlabs/labtop/acpi/sleep.asl b/src/mainboard/starlabs/labtop/acpi/sleep.asl index b4df10a..7ed74e3 100644 --- a/src/mainboard/starlabs/labtop/acpi/sleep.asl +++ b/src/mainboard/starlabs/labtop/acpi/sleep.asl @@ -8,5 +8,4 @@ Method (MWAK, 1, NotSerialized) { RWAK (Arg0) - Return (0x00) }
7 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.