[patch-2.4.0-ac4] bugfix in the microcode driver.

From: Tigran Aivazian (tigran@aivazian.fsnet.co.uk)
Date: Wed Jan 03 2001 - 08:31:35 EST


Hi Alan,

I sent this one-liner to Linus ages ago but he didn't notice it. The bug
is obvious -- the goal of microcode_init() is to succeed at least in one
of either devfs or misc registration.

Regards,
Tigran

--- linux/arch/i386/kernel/microcode.c Mon Dec 11 21:42:08 2000
+++ work/arch/i386/kernel/microcode.c Wed Jan 3 12:13:27 2001
@@ -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/



This archive was generated by hypermail 2b29 : Sun Jan 07 2001 - 21:00:15 EST