lkml.org 
[lkml]   [2012]   [Mar]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 04/16] dynamic_debug: change ddebug_query core param to dyndbg
Date
From: Jim Cromie <jim.cromie@gmail.com>

The "ddebug_query" boot-param allows enabling of pr_debug()s
in built-in modules. Change it to "dyndbg" to make it
consistent with the $module.dyndbg param added soon.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
---
lib/dynamic_debug.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c
index 563e5fc..1435981 100644
--- a/lib/dynamic_debug.c
+++ b/lib/dynamic_debug.c
@@ -623,7 +623,7 @@ static __init int ddebug_setup_query(char *str)
return 1;
}

-__setup("ddebug_query=", ddebug_setup_query);
+__setup("dyndbg=", ddebug_setup_query);

/*
* File_ops->write method for <debugfs>/dynamic_debug/conrol. Gathers the
--
1.7.7.6


\
 
 \ /
  Last update: 2012-03-26 01:33    [W:0.062 / U:1.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site