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>
This commit is contained in:
Sean Rhodes 2022-03-07 07:23:12 +00:00 committed by Felix Held
parent 18a7c0fc7a
commit 445466e0d6
1 changed files with 0 additions and 1 deletions

View File

@ -8,5 +8,4 @@ Method (MPTS, 1, NotSerialized)
Method (MWAK, 1, NotSerialized) Method (MWAK, 1, NotSerialized)
{ {
RWAK (Arg0) RWAK (Arg0)
Return (0x00)
} }