Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/62420 )
Change subject: mb/starlabs/labtop: Remove unused return value from MWAK ......................................................................
mb/starlabs/labtop: Remove unused return value from MWAK
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: I00f8ea86a7e03a0b1bf9e68f75582a2ae70aef02 --- 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 9dc818d0..867d804 100644 --- a/src/mainboard/starlabs/labtop/acpi/sleep.asl +++ b/src/mainboard/starlabs/labtop/acpi/sleep.asl @@ -11,5 +11,4 @@ Method (MWAK, 1, NotSerialized) { RWAK (Arg0) - Return (0x00) }
3 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.