[PATCH 08/10] intel_idle: Don't overreact to a cpuidle registration failure.

2016-03-29 Thread Richard Cochran
The helper function, intel_idle_cpu_init, registers one new device with the cpuidle layer. If the registration should fail, that function immediately calls intel_idle_cpuidle_devices_uninit() to unregister every last CPU's device. However, it makes no sense to do so, when called from the hot

[PATCH 08/10] intel_idle: Don't overreact to a cpuidle registration failure.

2016-03-29 Thread Richard Cochran
The helper function, intel_idle_cpu_init, registers one new device with the cpuidle layer. If the registration should fail, that function immediately calls intel_idle_cpuidle_devices_uninit() to unregister every last CPU's device. However, it makes no sense to do so, when called from the hot