From 22d56e04664c68fb77795c4a85a22418f645c083 Mon Sep 17 00:00:00 2001 From: Jim Cromie Date: Tue, 1 May 2012 05:23:12 -0600 Subject: [PATCH] --- yaml --- r: 304060 b: refs/heads/master c: 516cf1be07cf3ab52e6d2f64da33b0fa5d9e0042 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/dynamic_debug.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index dc6ba198025a..16c457009c25 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3ec5652ab70f6e9a888d9e5f67c858af354323b3 +refs/heads/master: 516cf1be07cf3ab52e6d2f64da33b0fa5d9e0042 diff --git a/trunk/include/linux/dynamic_debug.h b/trunk/include/linux/dynamic_debug.h index 4697e4b59d6f..c18257b0fa72 100644 --- a/trunk/include/linux/dynamic_debug.h +++ b/trunk/include/linux/dynamic_debug.h @@ -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 */ }