Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304060
b: refs/heads/master
c: 516cf1b
h: refs/heads/master
v: v3
  • Loading branch information
Jim Cromie authored and Greg Kroah-Hartman committed May 1, 2012
1 parent c39ada4 commit 22d56e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ec5652ab70f6e9a888d9e5f67c858af354323b3
refs/heads/master: 516cf1be07cf3ab52e6d2f64da33b0fa5d9e0042
3 changes: 2 additions & 1 deletion trunk/include/linux/dynamic_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ static inline int ddebug_dyndbg_module_param_cb(char *param, char *val,
const char *modname)
{
if (strstr(param, "dyndbg")) {
pr_warn("dyndbg supported only in "
/* avoid pr_warn(), which wants pr_fmt() fully defined */
printk(KERN_WARNING "dyndbg param is supported only in "
"CONFIG_DYNAMIC_DEBUG builds\n");
return 0; /* allow and ignore */
}
Expand Down

0 comments on commit 22d56e0

Please sign in to comment.