summaryrefslogtreecommitdiffstats
path: root/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'pci.c')
-rw-r--r--pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pci.c b/pci.c
index d348da3..911afc6 100644
--- a/pci.c
+++ b/pci.c
@@ -137,7 +137,7 @@ extern struct pciusb_entries pci_probe(void) {
realloc(r.entries, sizeof(struct pciusb_entry) * r.nb);
pci_cleanup(pacc);
- if (pciusb_find_modules(&r, "pcitable"))
+ if (pciusb_find_modules(&r, "pcitable", DO_NOT_LOAD))
return r;
/* should not happen */