summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/thirdparty.c
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-03-23 12:30:30 +0000
committerThierry Vignaud <tv@mageia.org>2013-03-23 12:30:30 +0000
commitc644f2f742157a41f583d3c1d2e2799514500d71 (patch)
treedde68c1c2f2e54f3acbfdda222eacdeaaf473763 /mdk-stage1/thirdparty.c
parent73c757e0a55c903c860f1f6a06ae6c87d3165d2b (diff)
downloaddrakx-backup-do-not-use-c644f2f742157a41f583d3c1d2e2799514500d71.tar
drakx-backup-do-not-use-c644f2f742157a41f583d3c1d2e2799514500d71.tar.gz
drakx-backup-do-not-use-c644f2f742157a41f583d3c1d2e2799514500d71.tar.bz2
drakx-backup-do-not-use-c644f2f742157a41f583d3c1d2e2799514500d71.tar.xz
drakx-backup-do-not-use-c644f2f742157a41f583d3c1d2e2799514500d71.zip
kill long dead argument
the "Additional Drivers floppy" is long dead
Diffstat (limited to 'mdk-stage1/thirdparty.c')
-rw-r--r--mdk-stage1/thirdparty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/thirdparty.c b/mdk-stage1/thirdparty.c
index e2e416e0a..38200357c 100644
--- a/mdk-stage1/thirdparty.c
+++ b/mdk-stage1/thirdparty.c
@@ -333,7 +333,7 @@ static enum return_type thirdparty_autoload_modules(const char *modules_location
entry++;
}
if (!entry || !*entry) {
- enum insmod_return ret = my_modprobe(module, ANY_DRIVER_TYPE, options, 0);
+ enum insmod_return ret = my_modprobe(module, ANY_DRIVER_TYPE, options);
if (ret != INSMOD_OK) {
log_message("\t%s (marfile): failed", module);
stg1_error_message("Insmod %s (marfile) failed.", module);