printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents
authorJoe Perches <[email protected]>
Wed, 10 Dec 2014 23:50:15 +0000 (15:50 -0800)
committerLinus Torvalds <[email protected]>
Thu, 11 Dec 2014 01:41:11 +0000 (17:41 -0800)
commita39d4a857d4bb0a62d6655c0d69f7387fe1ad160
treea10a09dd5750a654992d9cd72e940a7c8d0f707a
parentf80e696854c95725cf7faf9776e02f00600780d3
printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents

Use #defines instead of magic values.

Signed-off-by: Joe Perches <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Cc: Jason Baron <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/usb/storage/debug.c
include/linux/kern_levels.h
kernel/printk/printk.c
lib/dynamic_debug.c