summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-11-12 21:41:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-11-12 21:41:04 +0000
commit0ddea1474c77c2b6e13ae528061c4813f7242a28 (patch)
tree9a8c2c15ff7e2a40a8a07b65558aa6c2fd7c0dc2 /sys/dev
parent2a82051f9ffeda07374b57b54999b719ab4fc43c (diff)
no need to print acpi name on attach
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/acpi/acpiec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpiec.c b/sys/dev/acpi/acpiec.c
index 229d00ed342..811f6aef3c0 100644
--- a/sys/dev/acpi/acpiec.c
+++ b/sys/dev/acpi/acpiec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpiec.c,v 1.19 2007/11/12 21:38:31 deraadt Exp $ */
+/* $OpenBSD: acpiec.c,v 1.20 2007/11/12 21:41:03 deraadt Exp $ */
/*
* Copyright (c) 2006 Can Erkin Acar <canacar@openbsd.org>
*
@@ -307,7 +307,7 @@ acpiec_attach(struct device *parent, struct device *self, void *aux)
sc, "acpiec");
#endif
- printf(": %s\n", sc->sc_devnode->parent->name);
+ printf("\n");
}
void