summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/thirdparty.c
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-03-23 12:30:25 +0000
committerThierry Vignaud <tv@mageia.org>2013-03-23 12:30:25 +0000
commit73c757e0a55c903c860f1f6a06ae6c87d3165d2b (patch)
treea869517ec0b994993a7a2ba619d81de2fc72e497 /mdk-stage1/thirdparty.c
parent13f022f57a5ae30588d3dd5955afd8945699c93d (diff)
downloaddrakx-backup-do-not-use-73c757e0a55c903c860f1f6a06ae6c87d3165d2b.tar
drakx-backup-do-not-use-73c757e0a55c903c860f1f6a06ae6c87d3165d2b.tar.gz
drakx-backup-do-not-use-73c757e0a55c903c860f1f6a06ae6c87d3165d2b.tar.bz2
drakx-backup-do-not-use-73c757e0a55c903c860f1f6a06ae6c87d3165d2b.tar.xz
drakx-backup-do-not-use-73c757e0a55c903c860f1f6a06ae6c87d3165d2b.zip
(my_insmod) rename as (my_modprobe) as it really what it is
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 57f38a2a4..e2e416e0a 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_insmod(module, ANY_DRIVER_TYPE, options, 0);
+ enum insmod_return ret = my_modprobe(module, ANY_DRIVER_TYPE, options, 0);
if (ret != INSMOD_OK) {
log_message("\t%s (marfile): failed", module);
stg1_error_message("Insmod %s (marfile) failed.", module);