From 445466e0d63e217297e0fd81df396776765ef18b Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Mon, 7 Mar 2022 07:23:12 +0000 Subject: 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 Change-Id: Ic62eab8ae5319aff37c61fc29d701d9a36ada919 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62635 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/starlabs/labtop/acpi/sleep.asl | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/starlabs/labtop') diff --git a/src/mainboard/starlabs/labtop/acpi/sleep.asl b/src/mainboard/starlabs/labtop/acpi/sleep.asl index b4df10aedd..7ed74e3514 100644 --- a/src/mainboard/starlabs/labtop/acpi/sleep.asl +++ b/src/mainboard/starlabs/labtop/acpi/sleep.asl @@ -8,5 +8,4 @@ Method (MPTS, 1, NotSerialized) Method (MWAK, 1, NotSerialized) { RWAK (Arg0) - Return (0x00) } -- cgit v1.2.3