summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--[-rwxr-xr-x]src/usb-host-test/usb-host-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usb-host-test/usb-host-test.c b/src/usb-host-test/usb-host-test.c
index c7b5689f..078de333 100755..100644
--- a/src/usb-host-test/usb-host-test.c
+++ b/src/usb-host-test/usb-host-test.c
@@ -82,7 +82,7 @@ static int load_module(const char *name, const char *options)
goto out; /* already loaded */
}
- ret = kmod_module_insert_module(mod, 0, options);
+ ret = kmod_module_probe_insert_module(mod, 0, options, NULL, NULL, NULL);
if (ret < 0) {
_E("Module %s insert error", name);
goto out;