summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-06-12 04:00:33 +0000
committerimp <imp@FreeBSD.org>2006-06-12 04:00:33 +0000
commit3182791d17323e2d73cc6bff321e1c6a6210a399 (patch)
tree6a964c4374019c1ac8d709256295ba285923471e /sys
parent71fc90fb7d9dc9aa414d049b197534e0ffd04248 (diff)
downloadFreeBSD-src-3182791d17323e2d73cc6bff321e1c6a6210a399.zip
FreeBSD-src-3182791d17323e2d73cc6bff321e1c6a6210a399.tar.gz
Better printf
Diffstat (limited to 'sys')
-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 f0ed39d..a1b7e26 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)) {
OpenPOWER on IntegriCloud