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

2016-04-06 Thread Len Brown
From: 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

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

2016-04-06 Thread Len Brown
From: 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