diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-07-09 15:29:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-07-09 15:29:25 +0000 |
commit | 3f9cc710aacdf7ad33b1a7a109592d037d0883ae (patch) | |
tree | 0d6f31750dc3a1d717a9d4ea14fb4a66b7624286 /sys | |
parent | f6f78ad2310ea1795b6599e5bd8fed9224c18c29 (diff) |
tiny little oops in untested hibernate block
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/acpi/acpi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpi.c b/sys/dev/acpi/acpi.c index 9dfd3a5015f..2665620126e 100644 --- a/sys/dev/acpi/acpi.c +++ b/sys/dev/acpi/acpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi.c,v 1.235 2012/07/09 15:19:15 deraadt Exp $ */ +/* $OpenBSD: acpi.c,v 1.236 2012/07/09 15:29:24 deraadt Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> @@ -2516,7 +2516,6 @@ acpiioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p) } acpi_addtask(sc, acpi_sleep_task, sc, ACPI_STATE_S4); acpi_wakeup(sc); - } break; #endif case APM_IOC_GETPOWER: |