[PATCH 02/10] intel_idle: Fix a helper function's return value.

2016-03-29 Thread Richard Cochran
The function, intel_idle_cpuidle_driver_init, delivers no error codes at all. This patch changes the function to return 'void' instead of returning zero. Cc: Len Brown Cc: linux...@vger.kernel.org Signed-off-by: Richard Cochran ---

[PATCH 02/10] intel_idle: Fix a helper function's return value.

2016-03-29 Thread Richard Cochran
The function, intel_idle_cpuidle_driver_init, delivers no error codes at all. This patch changes the function to return 'void' instead of returning zero. Cc: Len Brown Cc: linux...@vger.kernel.org Signed-off-by: Richard Cochran --- drivers/idle/intel_idle.c | 4 +--- 1 file changed, 1