git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ec5652
)
dynamic_debug: use printk(KERN_WARNING..) in stub function
author
Jim Cromie
<jim.cromie@gmail.com>
Tue, 1 May 2012 11:23:12 +0000
(
05:23
-0600)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 1 May 2012 12:58:06 +0000
(08:58 -0400)
drivers/infiniband/ulp/srp/ib_srp.c #defines pr_fmt() PFX fmt, but PFX
is not #defined until after <linux/*> 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 <gregkh@linuxfoundation.org>
No differences found