diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-08-13 08:55:58 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-08-13 08:55:58 +0000 |
commit | abb202c692e3c8dedbb4423ba0b33136edf81027 (patch) | |
tree | 2b5242b89f6ef668de6aa166263e9c2d8875c001 /sys/dev/pci/ohci_pci.c | |
parent | 8eafa877c0b64f0d9304f492468872a5a5ee95f2 (diff) |
shorten dmesg output.
Diffstat (limited to 'sys/dev/pci/ohci_pci.c')
-rw-r--r-- | sys/dev/pci/ohci_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ohci_pci.c b/sys/dev/pci/ohci_pci.c index 796ad8e0bb5..d339b1c8fc5 100644 --- a/sys/dev/pci/ohci_pci.c +++ b/sys/dev/pci/ohci_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ohci_pci.c,v 1.2 1999/08/13 08:09:26 fgsch Exp $ */ +/* $OpenBSD: ohci_pci.c,v 1.3 1999/08/13 08:55:57 fgsch Exp $ */ /* $NetBSD: ohci_pci.c,v 1.9 1999/05/20 09:52:35 augustss Exp $ */ /* @@ -131,7 +131,7 @@ ohci_pci_attach(parent, self, aux) printf("\n"); return; } - printf(": %s\n", intrstr); + printf(": %s", intrstr); r = ohci_init(sc); if (r != USBD_NORMAL_COMPLETION) { |