diff options
Diffstat (limited to 'hw/pci.c')
| -rw-r--r-- | hw/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci.c b/hw/pci.c index 1debdab4b4..da5cc56256 100644 --- a/hw/pci.c +++ b/hw/pci.c @@ -833,6 +833,7 @@ static const char * const pci_nic_names[] = { }; /* Initialize a PCI NIC. */ +/* FIXME callers should check for failure, but don't */ PCIDevice *pci_nic_init(NICInfo *nd, const char *default_model, const char *default_devaddr) { |