diff --git a/[refs] b/[refs] index 8003a0a22297..47b7a52749be 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b558c96ffa53f4b3dd52b774e4fb7a52982ab52b +refs/heads/master: 74df138d508eb35e8b929e165e5403cfbb46a0c5 diff --git a/trunk/lib/dynamic_debug.c b/trunk/lib/dynamic_debug.c index 416c0794ddd3..8c88b892ebb8 100644 --- a/trunk/lib/dynamic_debug.c +++ b/trunk/lib/dynamic_debug.c @@ -60,6 +60,7 @@ struct ddebug_iter { static DEFINE_MUTEX(ddebug_lock); static LIST_HEAD(ddebug_tables); static int verbose = 0; +module_param(verbose, int, 0644); /* Return the last part of a pathname */ static inline const char *basename(const char *path)