aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dynamic_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dynamic_debug.c')
-rw-r--r--lib/dynamic_debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c
index 8fba40179305..09f2cda88058 100644
--- a/lib/dynamic_debug.c
+++ b/lib/dynamic_debug.c
@@ -993,6 +993,8 @@ static int __init dynamic_debug_init(void)
993 993
994 /* ddebug_query boot param got passed -> set it up */ 994 /* ddebug_query boot param got passed -> set it up */
995 if (ddebug_setup_string[0] != '\0') { 995 if (ddebug_setup_string[0] != '\0') {
996 pr_warn("ddebug_query param name is deprecated,"
997 " change it to dyndbg\n");
996 ret = ddebug_exec_queries(ddebug_setup_string); 998 ret = ddebug_exec_queries(ddebug_setup_string);
997 if (ret < 0) 999 if (ret < 0)
998 pr_warn("Invalid ddebug boot param %s", 1000 pr_warn("Invalid ddebug boot param %s",