[PATCH 03/13] intel_idle: Fix a helper function's return value.

2016-04-06 Thread Len Brown
From: 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. Signed-off-by: Richard Cochran Signed-off-by: Len Brown

[PATCH 03/13] intel_idle: Fix a helper function's return value.

2016-04-06 Thread Len Brown
From: 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. Signed-off-by: Richard Cochran Signed-off-by: Len Brown --- drivers/idle/intel_idle.c | 4 +--- 1 file changed, 1