[PATCH 02/12] x86/microcode: Move driver authors to CREDITS

From: Borislav Petkov
Date: Tue Oct 25 2016 - 05:55:30 EST


From: Borislav Petkov <bp@xxxxxxx>

They're not active anymore.

Signed-off-by: Borislav Petkov <bp@xxxxxxx>
---
CREDITS | 4 ++++
arch/x86/kernel/cpu/microcode/core.c | 3 +--
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/CREDITS b/CREDITS
index 513aaa3546bf..e69077c258eb 100644
--- a/CREDITS
+++ b/CREDITS
@@ -2774,6 +2774,10 @@ S: C/ Mieses 20, 9-B
S: Valladolid 47009
S: Spain

+N: Peter Oruba
+D: AMD Microcode loader driver
+S: Germany
+
N: Jens Osterkamp
E: jens@xxxxxxxxxx
D: Maintainer of Spidernet network driver for Cell
diff --git a/arch/x86/kernel/cpu/microcode/core.c b/arch/x86/kernel/cpu/microcode/core.c
index 5ce5155f0695..d0d1a0f5a497 100644
--- a/arch/x86/kernel/cpu/microcode/core.c
+++ b/arch/x86/kernel/cpu/microcode/core.c
@@ -649,8 +649,7 @@ int __init microcode_init(void)
cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, "x86/microcode:online",
mc_cpu_online, mc_cpu_down_prep);

- pr_info("Microcode Update Driver: v" MICROCODE_VERSION
- " <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba\n");
+ pr_info("Microcode Update Driver: v%s.", MICROCODE_VERSION);

return 0;

--
2.10.0