]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kernel/params: replace DEBUGP with pr_debug
authorJim Cromie <jim.cromie@gmail.com>
Tue, 6 Dec 2011 19:11:31 +0000 (12:11 -0700)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sun, 11 Dec 2011 22:52:12 +0000 (09:52 +1100)
commit25706332fca3197f905feb3e855500ace1436484
tree7d7bdae462e4c2175d5a7fafcdae33572ef37745
parentd9f19fec059351ff8949d8a0bd3497172ecb6fa8
kernel/params: replace DEBUGP with pr_debug

Use more flexible pr_debug.  This allows:

  echo "module params +p" > /dbg/dynamic_debug/control

to turn on debug messages when needed.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/params.c