projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17c2297
)
x86: microcode patch loader author update
author
Peter Oruba
<peter.oruba@amd.com>
Fri, 17 Oct 2008 13:30:37 +0000
(15:30 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 28 Oct 2008 15:41:16 +0000
(16:41 +0100)
Removed one author's email address from module init message.
Signed-off-by: Peter Oruba <peter.oruba@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/microcode_core.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/microcode_core.c
b/arch/x86/kernel/microcode_core.c
index 936d8d55f2301626fb57b522e08d5899a6a245b9..82fb2809ce32208eacd7231c38597938031d4036 100644
(file)
--- a/
arch/x86/kernel/microcode_core.c
+++ b/
arch/x86/kernel/microcode_core.c
@@
-480,8
+480,8
@@
static int __init microcode_init(void)
printk(KERN_INFO
"Microcode Update Driver: v" MICROCODE_VERSION
- " <tigran@aivazian.fsnet.co.uk>"
- "
<peter.oruba@amd.com>
\n");
+ " <tigran@aivazian.fsnet.co.uk>
,
"
+ "
Peter Oruba
\n");
return 0;
}