From: Joe Perches Date: Tue, 22 May 2012 02:50:07 +0000 (-0700) Subject: x86/debug: Add KERN_ to bare printks, convert printks to pr_ X-Git-Tag: v3.6-rc1~163^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c767a54ba0657e52e6edaa97cbe0b0a8bf1c1655;p=pandora-kernel.git x86/debug: Add KERN_ to bare printks, convert printks to pr_ Use a more current logging style: - Bare printks should have a KERN_ 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_ Message output is not identical in all cases. Signed-off-by: Joe Perches 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: Ingo Molnar --- Reading git-diff-tree failed