Sean Rhodes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62635 )
Change subject: mb/starlabs/labtop: Remove unnecessary return value ......................................................................
mb/starlabs/labtop: Remove unnecessary return value
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: Ic62eab8ae5319aff37c61fc29d701d9a36ada919 --- M src/mainboard/starlabs/labtop/acpi/sleep.asl 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/62635/1
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) }