summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2018-05-08 13:41:53 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2018-05-08 13:41:53 +0000
commiteaa331e0d6a73c199036ecbb2eda90a453348e22 (patch)
tree749f06b5bfd09ef3b6f26ba1b7e254bdf00b0ef6 /sys/dev/fdt
parent90dc32cceb02a00bfd0abde863c7f40be04db7b1 (diff)
Print xHCI revision in dmesg.
ok patrick@, kettenis@
Diffstat (limited to 'sys/dev/fdt')
-rw-r--r--sys/dev/fdt/xhci_fdt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/fdt/xhci_fdt.c b/sys/dev/fdt/xhci_fdt.c
index 90c77570020..177b62c1e96 100644
--- a/sys/dev/fdt/xhci_fdt.c
+++ b/sys/dev/fdt/xhci_fdt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xhci_fdt.c,v 1.10 2018/05/03 10:57:37 patrick Exp $ */
+/* $OpenBSD: xhci_fdt.c,v 1.11 2018/05/08 13:41:52 mpi Exp $ */
/*
* Copyright (c) 2017 Mark kettenis <kettenis@openbsd.org>
*
@@ -95,8 +95,6 @@ xhci_fdt_attach(struct device *parent, struct device *self, void *aux)
goto unmap;
}
- printf("\n");
-
/* Set up power domain */
power_domain_enable(sc->sc_node);