summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/ohci_fdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/fdt/ohci_fdt.c')
-rw-r--r--sys/dev/fdt/ohci_fdt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/ohci_fdt.c b/sys/dev/fdt/ohci_fdt.c
index 12550f199f4..4f3c0ae683b 100644
--- a/sys/dev/fdt/ohci_fdt.c
+++ b/sys/dev/fdt/ohci_fdt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ohci_fdt.c,v 1.1 2019/01/04 23:55:29 dlg Exp $ */
+/* $OpenBSD: ohci_fdt.c,v 1.2 2019/01/07 03:41:06 dlg Exp $ */
/*
* Copyright (c) 2005, 2019 David Gwynne <dlg@openbsd.org>
@@ -117,7 +117,7 @@ ohci_fdt_attach(struct device *parent, struct device *self, void *aux)
printf(": can't establish interrupt\n");
goto disable_clocks;
}
- printf(": fdt");
+ printf(": ");
strlcpy(sc->sc.sc_vendor, "Generic", sizeof(sc->sc.sc_vendor));