[patch] one-liner bugfix to 2.4.7 (microcode.c)

Tigran Aivazian (tigran@veritas.com)
Mon, 23 Jul 2001 11:12:06 +0100 (BST)


Hi Linus,

A trivial fix, please apply.

Regards,
Tigran

--- linux/arch/i386/kernel/microcode.c Fri Feb 9 19:29:44 2001
+++ linux-mc/arch/i386/kernel/microcode.c Mon Jul 23 10:53:08 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
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/