summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpirofti <pirofti@openbsd.org>2012-07-10 15:57:41 +0000
committerpirofti <pirofti@openbsd.org>2012-07-10 15:57:41 +0000
commit49c8f36d9d8cea51ff8727577c427b96f0c487f5 (patch)
tree0770dd1b1ed7e573d3f0b53bad69b3401a2c93f5
parentPlace declarations for internal radix functions inside radix.c, stop (diff)
downloadwireguard-openbsd-49c8f36d9d8cea51ff8727577c427b96f0c487f5.tar.xz
wireguard-openbsd-49c8f36d9d8cea51ff8727577c427b96f0c487f5.zip
Ooops. A debug printf sneaked in. Sorry about that.
-rw-r--r--sys/dev/acpi/dsdt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/dsdt.c b/sys/dev/acpi/dsdt.c
index fc44ece685d..7efe0a1fd56 100644
--- a/sys/dev/acpi/dsdt.c
+++ b/sys/dev/acpi/dsdt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dsdt.c,v 1.195 2012/07/10 15:49:25 pirofti Exp $ */
+/* $OpenBSD: dsdt.c,v 1.196 2012/07/10 15:57:41 pirofti Exp $ */
/*
* Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org>
*
@@ -2337,7 +2337,6 @@ aml_rwfield(struct aml_value *fld, int bpos, int blen, struct aml_value *val,
aml_rwfield(ref1, fld->v_field.bitpos, fld->v_field.bitlen,
val, mode);
} else if (fld->v_field.type == AMLOP_BANKFIELD) {
- printf("BANKFIELD\n");
_aml_setvalue(&tmp, AML_OBJTYPE_INTEGER, fld->v_field.ref3, 0);
aml_rwfield(ref2, 0, aml_intlen, &tmp, ACPI_IOWRITE);
aml_rwgas(ref1, fld->v_field.bitpos, fld->v_field.bitlen,