summaryrefslogtreecommitdiff
path: root/sys/dev/pci/mfi_pci.c
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2008-01-26 05:43:04 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2008-01-26 05:43:04 +0000
commit8f208470a410c657978d2885c50f0d007224057e (patch)
tree2c276988018c4efc611589ce9a7577acd9ea11f9 /sys/dev/pci/mfi_pci.c
parent7ab1d6d46742dc40df25b3208afe69705b836afb (diff)
newline when printing about a failure to attach.
Diffstat (limited to 'sys/dev/pci/mfi_pci.c')
-rw-r--r--sys/dev/pci/mfi_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/mfi_pci.c b/sys/dev/pci/mfi_pci.c
index 73570998cd9..0ff6daa3409 100644
--- a/sys/dev/pci/mfi_pci.c
+++ b/sys/dev/pci/mfi_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mfi_pci.c,v 1.13 2007/11/26 23:02:43 marco Exp $ */
+/* $OpenBSD: mfi_pci.c,v 1.14 2008/01/26 05:43:03 dlg Exp $ */
/*
* Copyright (c) 2006 Marco Peereboom <marco@peereboom.us>
*
@@ -169,7 +169,7 @@ mfi_pci_attach(struct device *parent, struct device *self, void *aux)
printf(": %s\n", intrstr);
if (mfi_attach(sc)) {
- printf("%s: can't attach", DEVNAME(sc));
+ printf("%s: can't attach\n", DEVNAME(sc));
pci_intr_disestablish(pa->pa_pc, sc->sc_ih);
sc->sc_ih = NULL;
bus_space_unmap(sc->sc_iot, sc->sc_ioh, size);