Advertisement
Thaodan

remove_rmmod_wait_option.fix

Nov 16th, 2012
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.30 KB | None | 0 0
  1. diff --git a/src/module.c b/src/module.c
  2. index 06f8872..55fa70e 100644
  3. --- a/src/module.c
  4. +++ b/src/module.c
  5. @@ -96,7 +96,6 @@ int module_unload(char *driver) {
  6.      bb_log(LOG_INFO, "Unloading %s driver\n", driver);
  7.      char *mod_argv[] = {
  8.        "rmmod",
  9. -      "--wait",
  10.        driver,
  11.        NULL
  12.      };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement