summaryrefslogtreecommitdiff
path: root/x11-misc/bumblebee/files/bumblebee-3.0.1-remove-wait.patch
blob: 06adda9894584d5a45e758fa7263b224e3ea6841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
     };