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 <[EMAIL PROTECTED]>\n", 
                MICROCODE_VERSION);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to