Re: [PATCH 06/21] cpuidle: rearrange code in __cpuidle_driver_init()

2013-09-25 Thread Viresh Kumar
On 26 September 2013 03:10, Daniel Lezcano wrote: > Well, I don't have a strong opinion on that, it is "Schtroumpf Vert et > Vert Schtroumpf" :) [1] :) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH 06/21] cpuidle: rearrange code in __cpuidle_driver_init()

2013-09-25 Thread Daniel Lezcano
On 09/22/2013 03:20 AM, Viresh Kumar wrote: > This is trivial patch that just reorders 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 > --- > driv

[PATCH 06/21] cpuidle: rearrange code in __cpuidle_driver_init()

2013-09-21 Thread Viresh Kumar
This is trivial patch that just reorders 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 --- drivers/cpuidle/driver.c | 10 -- 1 file changed, 4 in