[patch-2.4.0-test12] oneliner bugfix (microcode driver again)

From: Tigran Aivazian (tigran@veritas.com)
Date: Tue Dec 12 2000 - 05:57:50 EST


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/



This archive was generated by hypermail 2b29 : Fri Dec 15 2000 - 21:00:23 EST