diff options
author | 2019-05-15 21:18:39 +0000 | |
---|---|---|
committer | 2019-05-15 21:18:39 +0000 | |
commit | f5cc58e9aa5ea632130da99297b2636db1b07ba3 (patch) | |
tree | 23d89c67a4478a06f4de3d60e7e092c9768f1ebd | |
parent | Add a regression test for path discovery outside of unveil() which (diff) | |
download | wireguard-openbsd-f5cc58e9aa5ea632130da99297b2636db1b07ba3.tar.xz wireguard-openbsd-f5cc58e9aa5ea632130da99297b2636db1b07ba3.zip |
revert previous, since it makes jmc's machine print an extra newline.
several printfs here seem to have mismatched newlines?
-rw-r--r-- | sys/dev/acpi/tpm.c | 3 |
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; } |