core/bumblebee/rmmod-remove.patch
2012-11-19 18:33:20 +00:00

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
};