lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debug
authorFabian Frederick <[email protected]>
Wed, 4 Jun 2014 23:06:05 +0000 (16:06 -0700)
committerLinus Torvalds <[email protected]>
Wed, 4 Jun 2014 23:53:53 +0000 (16:53 -0700)
commitc0f35cc0be0e1d06b89d5867a6db09eda5033189
treeb13e55cc140ff6d7b4a03ff738bf8a0b81e6369a
parent719e484396e2793f40829b98a22d55c2fcdbe74b
lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debug

Direct conversion of one KERN_DEBUG message without DEBUG definition
(suggested by Josh Triplett)

That message will now be disabled by default.  (see
Documentation/CodingStyle Chapter 13)

Signed-off-by: Fabian Frederick <[email protected]>
Reviewed-by: Josh Triplett <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/debugobjects.c