[PATCH] Stop APM initialization race from oopsing
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.
Showing
Please register or sign in to comment