Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348932
b: refs/heads/master
c: ee61abb
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jan 21, 2013
1 parent cd49b10 commit c2147af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 226364766f936d249e408de03821468c1bf11dda
refs/heads/master: ee61abb3223e28a1a14a8429c0319755d20d3e40
2 changes: 1 addition & 1 deletion trunk/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -3274,8 +3274,8 @@ static int load_module(struct load_info *info, const char __user *uargs,
/* module_bug_cleanup needs module_mutex protection */
mutex_lock(&module_mutex);
module_bug_cleanup(mod);
mutex_unlock(&module_mutex);
ddebug_cleanup:
mutex_unlock(&module_mutex);
dynamic_debug_remove(info->debug);
synchronize_sched();
kfree(mod->args);
Expand Down

0 comments on commit c2147af

Please sign in to comment.