[PATCH 04/11] dynamic_debug: change ddebug_query core param to dyndbg

From: jim . cromie
Date: Wed Mar 14 2012 - 19:04:41 EST


From: Jim Cromie <jim.cromie@xxxxxxxxx>

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@xxxxxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/