Skip to content
Commit c767a54b authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar
Browse files

x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>



Use a more current logging style:

 - Bare printks should have a KERN_<LEVEL> for consistency's sake
 - Add pr_fmt where appropriate
 - Neaten some macro definitions
 - Convert some Ok output to OK
 - Use "%s: ", __func__ in pr_fmt for summit
 - Convert some printks to pr_<level>

Message output is not identical in all cases.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Cc: levinsasha928@gmail.com
Link: http://lkml.kernel.org/r/1337655007.24226.10.camel@joe2Laptop


[ merged two similar patches, tidied up the changelog ]
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent f9ba7179
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment