commit | 5469c827d20ab013f43d4f5f94e101d0cf7afd2c | [log] [tgz] |
---|---|---|
author | Richard Cochran <rcochran@linutronix.de> | Wed Apr 06 17:00:49 2016 -0400 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Apr 07 22:10:51 2016 +0200 |
tree | 228c66293cfeaf861761b0cd34e63ef8d28e63ef | |
parent | f70415496d5ddf06fe7e0a22250d60bab2b2d7cc [diff] |
intel_idle: Fix a helper function's return value. 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 <rcochran@linutronix.de> Signed-off-by: Len Brown <len.brown@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>