x86: microcode patch loader author update
authorPeter Oruba <peter.oruba@amd.com>
Fri, 17 Oct 2008 13:30:37 +0000 (15:30 +0200)
committerIngo 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

index 936d8d5..82fb280 100644 (file)
@@ -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;
 }