]> git.baikalelectronics.ru Git - kernel.git/commit
printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents
authorJoe Perches <joe@perches.com>
Wed, 10 Dec 2014 23:50:15 +0000 (15:50 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Dec 2014 01:41:11 +0000 (17:41 -0800)
commit6258034bae4c2e07120b0ee9df7e337c1899655e
treea10a09dd5750a654992d9cd72e940a7c8d0f707a
parent5670070269acedfa35109de3d7319db9ec796072
printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents

Use #defines instead of magic values.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jason Baron <jbaron@akamai.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/usb/storage/debug.c
include/linux/kern_levels.h
kernel/printk/printk.c
lib/dynamic_debug.c