mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 06:04:36 +08:00
12 lines
310 B
Diff
12 lines
310 B
Diff
diff --git a/src/module.c b/src/module.c
|
|
index 06f8872..55fa70e 100644
|
|
--- a/src/module.c
|
|
+++ b/src/module.c
|
|
@@ -96,7 +96,6 @@ int module_unload(char *driver) {
|
|
bb_log(LOG_INFO, "Unloading %s driver\n", driver);
|
|
char *mod_argv[] = {
|
|
"rmmod",
|
|
- "--wait",
|
|
driver,
|
|
NULL
|
|
};
|