From da0892b3071b9ddaaa4cdf80728413d2396c474d Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 26 Jul 2001 10:26:33 +0000 Subject: silently load usb controllers --- mdk-stage1/probing.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'mdk-stage1/probing.c') 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 } } -- cgit v1.2.1