summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-07-26 10:26:33 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-07-26 10:26:33 +0000
commitda0892b3071b9ddaaa4cdf80728413d2396c474d (patch)
tree9a2e9701e7abbcde4e023f33b7c2e702e659eae4 /mdk-stage1
parentcc807715c78fc998e3d486bc5724e903b0e229a0 (diff)
downloaddrakx-backup-do-not-use-da0892b3071b9ddaaa4cdf80728413d2396c474d.tar
drakx-backup-do-not-use-da0892b3071b9ddaaa4cdf80728413d2396c474d.tar.gz
drakx-backup-do-not-use-da0892b3071b9ddaaa4cdf80728413d2396c474d.tar.bz2
drakx-backup-do-not-use-da0892b3071b9ddaaa4cdf80728413d2396c474d.tar.xz
drakx-backup-do-not-use-da0892b3071b9ddaaa4cdf80728413d2396c474d.zip
silently load usb controllers
Diffstat (limited to 'mdk-stage1')
-rw-r--r--mdk-stage1/probing.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c
index 420f863d2..0e4a53e24 100644
--- a/mdk-stage1/probing.c
+++ b/mdk-stage1/probing.c
@@ -206,10 +206,8 @@ static void probe_that_type(enum driver_type type)
}
#endif
#ifdef ENABLE_USB
- if (type == USB_CONTROLLERS) {
- stg1_info_message("About to load driver for usb controller `%s'.", pcidb[i].module);
- warning_insmod_failed(my_insmod(pcidb[i].module, USB_CONTROLLERS, NULL));
- }
+ if (type == USB_CONTROLLERS)
+ my_insmod(pcidb[i].module, USB_CONTROLLERS, NULL);
#endif
}
}