mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Better printf
This commit is contained in:
parent
1acd1e20a1
commit
d47f76464a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue