]> git.baikalelectronics.ru Git - kernel.git/commit
intel_idle: Fix a helper function's return value.
authorRichard Cochran <rcochran@linutronix.de>
Wed, 6 Apr 2016 21:00:49 +0000 (17:00 -0400)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 7 Apr 2016 20:10:51 +0000 (22:10 +0200)
commitf58035c17854cfc3d64bc053f91dbbccf0d908bf
tree228c66293cfeaf861761b0cd34e63ef8d28e63ef
parent537fc7c0cc25de3d7a6c91f71e3f48683c46ee1e
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>
drivers/idle/intel_idle.c