diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-03-07 07:23:12 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-03-10 15:08:56 +0000 |
commit | 445466e0d63e217297e0fd81df396776765ef18b (patch) | |
tree | de9331a057d99f4e72ebc5ed736a0fb98f2b1329 /src/mainboard/starlabs/labtop | |
parent | 18a7c0fc7aab50e18c2d264bb89a8d7d01e1c1e9 (diff) |
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>
Diffstat (limited to 'src/mainboard/starlabs/labtop')
-rw-r--r-- | src/mainboard/starlabs/labtop/acpi/sleep.asl | 1 |
1 files changed, 0 insertions, 1 deletions
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) } |