Re: [PATCH 07/21] cpuidle: rearrange __cpuidle_register_device() to keep minimal exit points

2013-09-25 Thread Daniel Lezcano
On 09/22/2013 03:20 AM, Viresh Kumar wrote: > This patch rearranges __cpuidle_register_device() a bit in order to reduce the > number of exit points of this function. > > Signed-off-by: Viresh Kumar > --- > drivers/cpuidle/cpuidle.c | 9 - > 1 file changed, 4 insertions(+), 5 deletions(-

[PATCH 07/21] cpuidle: rearrange __cpuidle_register_device() to keep minimal exit points

2013-09-21 Thread Viresh Kumar
This patch rearranges __cpuidle_register_device() a bit in order to reduce the number of exit points of this function. Signed-off-by: Viresh Kumar --- drivers/cpuidle/cpuidle.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/cpuidle/cpuidle.c b/drivers/cpuidl