aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-06-12 04:00:33 +0000
committerWarner Losh <imp@FreeBSD.org>2006-06-12 04:00:33 +0000
commitd47f76464aa47e56205eff70a55567313a3cfde1 (patch)
tree6a964c4374019c1ac8d709256295ba285923471e /sys/dev/firewire
parent1acd1e20a17ed71d8fcd86d8341a7f5dd5fd67e0 (diff)
Notes
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/fwohci_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c
index f0ed39db21c6..a1b7e2664df4 100644
--- a/sys/dev/firewire/fwohci_pci.c
+++ b/sys/dev/firewire/fwohci_pci.c
@@ -169,7 +169,7 @@ fwohci_pci_probe( device_t dev )
return BUS_PROBE_DEFAULT;
}
if (id == (FW_VENDORID_SONY | FW_DEVICE_CXD1947)) {
- device_printf(dev, "Sony i.LINK (CXD1947) not supported");
+ device_printf(dev, "Sony i.LINK (CXD1947) not supported\n");
return ENXIO;
}
if (id == (FW_VENDORID_SONY | FW_DEVICE_CXD3222)) {