]> git.baikalelectronics.ru Git - kernel.git/commit
x86: es7000_32.c: Use pr_<level> and add pr_fmt(fmt)
authorJoe Perches <joe@perches.com>
Wed, 9 Dec 2009 18:45:33 +0000 (10:45 -0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 10 Dec 2009 07:57:49 +0000 (08:57 +0100)
commit524d5d69d6619197a102f93c21b7642e3b826bb6
treed0d8c6118dd0c5b567fdb3bb5f7682660bc68938
parent70a66521ae435026f46dc1b4b4c197a00c2ba9cf
x86: es7000_32.c: Use pr_<level> and add pr_fmt(fmt)

- Added #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 - Converted a few printk(KERN_INFO to pr_info(
 - Stripped "es7000_mipcfg" from pr_debug

Signed-off-by: Joe Perches <joe@perches.com>
LKML-Reference: <3b4375af246dec5941168858910210937c110af9.1260383912.git.joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic/es7000_32.c