From 2543fc328ae34869e603b36769d82f2ffb26a4f0 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 23 Oct 2007 09:43:17 +0000 Subject: do not probe PCI devices when probing USB bus --- mdk-stage1/probing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index 145343cc5..f5d7ef545 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -303,7 +303,7 @@ void probe_that_type(enum driver_type type, enum media_bus bus __attribute__ ((u static int already_loaded_usb_scsi = 0; /* ---- PCI probe ---------------------------------------------- */ - { + if (bus != BUS_USB) { struct pciusb_entries entries; char **pci_modules; unsigned int pci_modules_len = 0; -- cgit v1.2.1