ACPI and power management fixes for 3.12-rc7

 - Fix for rounding errors in intel_pstate causing CPU utilization to
   be underestimated from Brennan Shacklett.

 - intel_pstate fix to always use the correct max pstate value when
   computing the min pstate from Dirk Brandewie.

 - Hibernation fix for deadlocking resume in cases when the probing
   of the device containing the image is deferred from Russ Dill.

 - acpi-cpufreq fix to prevent the module from staying in memory
   when the driver cannot be registered and then attempting to
   unregister things that have never been registered on exit.

/
acpi-cpufreq: Fail initialization if driver cannot be registered

Make acpi_cpufreq_init() return error codes when the driver cannot be
registered so that the module doesn't stay useless in memory and so
that acpi_cpufreq_exit() doesn't attempt to unregister things that
have never been registered when the module is unloaded.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
1 file changed