diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2019-05-15 21:18:40 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2019-05-15 21:18:40 +0000 |
commit | bbf8866162a27a7384071ef23fe38b96802284ae (patch) | |
tree | f16d6f3ad1054b64df59dcf2257524f24bcdb3f6 | |
parent | 9750ac170c8ce7a4fcea43ba5d679c62d77ed6e2 (diff) |
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; } |