Re: [PATCH] init. mca_bus_type even if !MCA_bus

From: Andrew Morton
Date: Mon May 17 2004 - 17:16:11 EST


"Randy.Dunlap" <rddunlap@xxxxxxxx> wrote:
>
> - if(mca_system_init()) {
> + if (mca_system_init()) {
> printk(KERN_ERR "MCA bus system initialisation failed\n");
> return -ENODEV;
> }
>
> + if (!MCA_bus)
> + return -ENODEV;

Why is it appropriate to register the MCA bus type when there is no
MCA bus present?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/