diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-06-12 04:00:33 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-06-12 04:00:33 +0000 |
| commit | d47f76464aa47e56205eff70a55567313a3cfde1 (patch) | |
| tree | 6a964c4374019c1ac8d709256295ba285923471e /sys | |
| parent | 1acd1e20a17ed71d8fcd86d8341a7f5dd5fd67e0 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/firewire/fwohci_pci.c | 2 |
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)) { |
