X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Feal_common_pci.c;h=af809a8188e59ab6a94baa2114e93eb1eb89d7ad;hb=6bc2415c3387ae72f2ce3677f0e3540e734583d5;hp=c6373614b3e8ecbff871c727640ac43c79dbf6ff;hpb=78aecefed955917753bfb6f44ae970dde4c652d0;p=dpdk.git diff --git a/lib/librte_eal/common/eal_common_pci.c b/lib/librte_eal/common/eal_common_pci.c index c6373614b3..af809a8188 100644 --- a/lib/librte_eal/common/eal_common_pci.c +++ b/lib/librte_eal/common/eal_common_pci.c @@ -150,9 +150,6 @@ rte_eal_pci_probe(void) probe_all = 1; TAILQ_FOREACH(dev, &pci_device_list, next) { - /* check if device has already been initialized */ - if (dev->driver != NULL) - continue; /* set devargs in PCI structure */ devargs = pci_devargs_lookup(dev);