kernel/params: replace DEBUGP with pr_debug
authorJim Cromie <jim.cromie@gmail.com>
Tue, 6 Dec 2011 19:11:31 +0000 (12:11 -0700)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 12 Jan 2012 23:02:15 +0000 (09:32 +1030)
commit8487bfd954928660a52e91384a9b1f1049217e35
treed6ef4215f934ace1ab8470f260a06d04bac619b7
parent5e12416927975aa3c58394cea15db6c3e488a033
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