]> git.ipfire.org Git - people/ms/linux.git/commit - drivers/cpuidle/driver.c
cpuidle: rearrange code in __cpuidle_driver_init()
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 3 Oct 2013 15:56:45 +0000 (21:26 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 30 Oct 2013 00:21:22 +0000 (01:21 +0100)
commitb171a85648e7055c6680c259a9a87806a56a24c3
tree717b8e76d5267e94e4c4b80c8c9e2537277424d3
parente437f3e37369606bf1a340e0504554d6530abc51
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>
drivers/cpuidle/driver.c