commit | b171a85648e7055c6680c259a9a87806a56a24c3 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Oct 03 21:26:45 2013 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Oct 30 01:21:22 2013 +0100 |
tree | 717b8e76d5267e94e4c4b80c8c9e2537277424d3 | |
parent | e437f3e37369606bf1a340e0504554d6530abc51 [diff] |
cpuidle: rearrange code in __cpuidle_driver_init() This is trivial patch that just reorders a few statements in __cpuidle_driver_init() routine so that we don't need both 'continue' and 'break' in the for loop. Functionally it shouldn't change anything. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>