commit | 0e5537b30d3029d784226ab51c2b923d1155b553 | [log] [tgz] |
---|---|---|
author | Sivaram Nair <sivaramn@nvidia.com> | Tue Dec 18 13:52:50 2012 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Jan 03 13:11:05 2013 +0100 |
tree | 011a828504a97450442738363560804024f54a02 | |
parent | d1c3ed669a2d452cacfb48c2d171a1f364dae2ed [diff] |
cpuidle: Fix finding state with min power_usage Since cpuidle_state.power_usage is a signed value, use INT_MAX (instead of -1) to init the local copies so that functions that tries to find cpuidle states with minimum power usage works correctly even if they use non-negative values. Signed-off-by: Sivaram Nair <sivaramn@nvidia.com> Reviewed-by: Rik van Riel <riel@redhat.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>