diff --git a/hypervisor/dm/hw/pci.c b/hypervisor/dm/hw/pci.c index e565a21a2..134656f69 100644 --- a/hypervisor/dm/hw/pci.c +++ b/hypervisor/dm/hw/pci.c @@ -170,11 +170,6 @@ void pci_scan_bus(pci_enumeration_cb cb_func, void *cb_data) bus_to_scan[secondary_bus] = BUS_SCAN_PENDING; } } - - /* skip if it doesn't have multiple functions */ - if ((hdr_type & PCIM_MFDEV) == 0U) { - break; - } } } }