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
commite9943abec27d5e244f3c3e86ae4905356ab67e85 (patch)
treea869517ec0b994993a7a2ba619d81de2fc72e497 /mdk-stage1/thirdparty.c
parentb8fe5265b23376de2a40a58101188f88c0281626 (diff)
downloaddrakx-e9943abec27d5e244f3c3e86ae4905356ab67e85.tar
drakx-e9943abec27d5e244f3c3e86ae4905356ab67e85.tar.gz
drakx-e9943abec27d5e244f3c3e86ae4905356ab67e85.tar.bz2
drakx-e9943abec27d5e244f3c3e86ae4905356ab67e85.tar.xz
drakx-e9943abec27d5e244f3c3e86ae4905356ab67e85.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);