arch/x86/kernel/microcode*: Use pr_fmt() and remove duplicated KERN_ERR prefix
authorJoe Perches <joe@perches.com>
Wed, 9 Dec 2009 06:30:50 +0000 (22:30 -0800)
committerIngo Molnar <mingo@elte.hu>
Wed, 9 Dec 2009 07:25:57 +0000 (08:25 +0100)
commitf58e1f53de52a70391b6478617311207c7203363
tree0e024e016a1060a2f17c4ae9d7dd910853e589ba
parent4c68db38c85188824b21698842b42a62b4f78657
arch/x86/kernel/microcode*: Use pr_fmt() and remove duplicated KERN_ERR prefix

- Use #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
- Remove "microcode: " prefix from each pr_<level>
- Fix duplicated KERN_ERR prefix
- Coalesce pr_<level> format strings
- Add a space after an exclamation point

No other change in output.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Andy Whitcroft <apw@canonical.com>
Cc: Andreas Herrmann <herrmann.der.user@googlemail.com>
LKML-Reference: <1260340250.27677.191.camel@Joe-Laptop.home>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/microcode_amd.c
arch/x86/kernel/microcode_core.c
arch/x86/kernel/microcode_intel.c