diff options
| -rw-r--r-- | lib/dynamic_debug.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c index 416c0794ddd..8c88b892ebb 100644 --- a/lib/dynamic_debug.c +++ b/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)  |