Better printf

This commit is contained in:
imp 2006-06-12 04:00:33 +00:00
parent 71fc90fb7d
commit 3182791d17

View File

@ -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)) {