aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/module.c b/kernel/module.c
index d25e359279ae..eab08274ec9b 100644
--- a/kernel/module.c
+++ b/kernel/module.c
@@ -3274,8 +3274,8 @@ again:
3274 /* module_bug_cleanup needs module_mutex protection */ 3274 /* module_bug_cleanup needs module_mutex protection */
3275 mutex_lock(&module_mutex); 3275 mutex_lock(&module_mutex);
3276 module_bug_cleanup(mod); 3276 module_bug_cleanup(mod);
3277 mutex_unlock(&module_mutex);
3278 ddebug_cleanup: 3277 ddebug_cleanup:
3278 mutex_unlock(&module_mutex);
3279 dynamic_debug_remove(info->debug); 3279 dynamic_debug_remove(info->debug);
3280 synchronize_sched(); 3280 synchronize_sched();
3281 kfree(mod->args); 3281 kfree(mod->args);