lkml.org 
[lkml]   [2000]   [Dec]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch-2.4.0-test12] oneliner bugfix (microcode driver again)
Hi Linus,

If misc registration fails but devfs registration succeeds then we should
return 0 from microcode_init.

Regards,
Tigran

--- linux/arch/i386/kernel/microcode.c Tue Dec 12 09:25:10 2000
+++ work/arch/i386/kernel/microcode.c Tue Dec 12 09:55:28 2000
@@ -126,6 +126,7 @@
printk(KERN_ERR "microcode: failed to devfs_register()\n");
goto out;
}
+ error = 0;
printk(KERN_INFO
"IA-32 Microcode Update Driver: v%s <tigran@veritas.com>\n",
MICROCODE_VERSION);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:28    [W:0.022 / U:0.416 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site