• Andrew Morton's avatar
    [PATCH] Fix oops with CONFIG_MCA=y · 4c80b95c
    Andrew Morton authored
    With CONFIG_MCA=y and no MCA bus present, drivers go oops deep in the kobject
    code when calling mca_register_driver().  Because there is no MCA subsystem
    registered against the driver.
    
    Plug this in mca_register_driver().
    4c80b95c
mca-driver.c 1.47 KB