• Dave Jones's avatar
    [CPUFREQ] If ->init fails, unregister cpufreq driver. · 7cc9f0d9
    Dave Jones authored
    Some cpufreq drivers can only tell whether they work while the per-CPU
    ->init() function is executed [e.g. the acpi driver]. So that cpufreq_driver
    isn't blocked by such stale drivers, unload them unless the driver sets a
    special flag.
    7cc9f0d9
cpufreq.c 25.9 KB