[Jeff Garzik <[EMAIL PROTECTED]>]
> For drivers that are 100% MCA, they do not need to test MCA_bus,
> because that test can be done in Config.in.

I think Andrzej was concerned with a driver assuming that just because
CONFIG_MCA is defined, there *is* an MCA bus on the machine.  This is
of course an invalid assumption.  I will try to make sure that the
driver init in each case has something like

        if (!MCA_bus)
                return -ENODEV;

Peter
-
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