• Daniel Ritz's avatar
    [PATCH] Stop APM initialization race from oopsing · b587a963
    Daniel Ritz authored
    apm_driver_version() isn't an __init function, but is called from the
    asynchronous APM driver thread (which might run after the init sequence
    has finished).
    
    This trivial fix stops APM from oopsing when compiled as module.
    b587a963
apm.c 59.9 KB