summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/acpi/tpm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/tpm.c b/sys/dev/acpi/tpm.c
index beced7eb72b..59a97ac7b08 100644
--- a/sys/dev/acpi/tpm.c
+++ b/sys/dev/acpi/tpm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tpm.c,v 1.7 2019/05/15 20:59:17 deraadt Exp $ */
+/* $OpenBSD: tpm.c,v 1.8 2019/05/15 21:18:39 tedu Exp $ */
/*
* Minimal interface to Trusted Platform Module chips implementing the
@@ -268,7 +268,6 @@ tpm_attach(struct device *parent, struct device *self, void *aux)
return;
}
- printf("\n");
sc->sc_enabled = 1;
}