diff options
author | 2006-10-12 18:20:39 +0000 | |
---|---|---|
committer | 2006-10-12 18:20:39 +0000 | |
commit | 60ab817c0cb9496421cbf1801e9bcb39fa18ef31 (patch) | |
tree | 605a02f3d3a045bd4d822432ca114f7fe9bc1fb7 | |
parent | Cleanup and additional verbiage in BUGS to delinate batteries that misbehave. (diff) | |
download | wireguard-openbsd-60ab817c0cb9496421cbf1801e9bcb39fa18ef31.tar.xz wireguard-openbsd-60ab817c0cb9496421cbf1801e9bcb39fa18ef31.zip |
Remove debug print. Found by Peter Hessler.
-rw-r--r-- | sys/dev/acpi/acpiec.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpiec.c b/sys/dev/acpi/acpiec.c index 47af083c6aa..0d826215e92 100644 --- a/sys/dev/acpi/acpiec.c +++ b/sys/dev/acpi/acpiec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpiec.c,v 1.4 2006/10/12 16:38:21 jordan Exp $ */ +/* $OpenBSD: acpiec.c,v 1.5 2006/10/12 18:20:39 marco Exp $ */ /* * Copyright (c) 2006 Can Erkin Acar <canacar@openbsd.org> * @@ -366,7 +366,6 @@ acpiec_gpehandler(struct acpi_softc *acpi_sc, int gpe, void *arg) uint8_t mask; dnprintf(10, "ACPIEC: got gpe\n"); - printf("ACPIEC: got gpe: %x\n", gpe); acpiec_intr(sc); /* Reset GPE event */ |