From: Jim Cromie Date: Tue, 1 May 2012 11:23:12 +0000 (-0600) Subject: dynamic_debug: use printk(KERN_WARNING..) in stub function X-Git-Tag: v3.5-rc1~147^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=516cf1be07cf3ab52e6d2f64da33b0fa5d9e0042;p=pandora-kernel.git dynamic_debug: use printk(KERN_WARNING..) in stub function drivers/infiniband/ulp/srp/ib_srp.c #defines pr_fmt() PFX fmt, but PFX is not #defined until after headers are included. This results in a bad expansion of the pr_warn() in the stub function. 2084c2084 < printk("<4>" PFX "dyndbg supported only in " "CONFIG_DYNAMIC_DEBUG builds\n") Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed