From: deraadt Date: Sun, 11 Aug 2024 05:28:02 +0000 (+0000) Subject: forgot the suspend-time duplication mentioned in 1.25 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f43c9e495d85391fcc7a277bec7209a9fc8fbbb2;p=openbsd forgot the suspend-time duplication mentioned in 1.25 --- diff --git a/sys/dev/acpi/acpi_x86.c b/sys/dev/acpi/acpi_x86.c index 7145743dba9..a5733e2373b 100644 --- a/sys/dev/acpi/acpi_x86.c +++ b/sys/dev/acpi/acpi_x86.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi_x86.c,v 1.27 2024/08/11 05:21:52 deraadt Exp $ */ +/* $OpenBSD: acpi_x86.c,v 1.28 2024/08/11 05:28:02 deraadt Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert * Copyright (c) 2005 Jordan Hargrave @@ -66,7 +66,6 @@ sleep_showstate(void *v, int sleepmode) if (aml_node_setval(sc, sc->sc_tts, sc->sc_state) != 0) return (EINVAL); } - acpi_indicator(sc, ACPI_SST_WAKING); /* blink */ return 0; }