Re: [PATCH 2/3] cpuidle : rename function name "__cpuidle_register_driver"

2012-09-19 Thread Daniel Lezcano
On 09/19/2012 09:51 PM, Rafael J. Wysocki wrote: > On Wednesday, September 19, 2012, Daniel Lezcano wrote: >> Clarify the purpose of the function by changing its name and >> move the condition out of this function. > Why exactly are you removing the condition? I just moved the condition out from t

Re: [PATCH 2/3] cpuidle : rename function name "__cpuidle_register_driver"

2012-09-19 Thread Rafael J. Wysocki
On Wednesday, September 19, 2012, Daniel Lezcano wrote: > Clarify the purpose of the function by changing its name and > move the condition out of this function. Why exactly are you removing the condition? Rafael > Signed-off-by: Daniel Lezcano > --- > drivers/cpuidle/driver.c | 15

[PATCH 2/3] cpuidle : rename function name "__cpuidle_register_driver"

2012-09-19 Thread Daniel Lezcano
Clarify the purpose of the function by changing its name and move the condition out of this function. Signed-off-by: Daniel Lezcano --- drivers/cpuidle/driver.c | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/drivers/cpuidle/driver.c b/drivers/cpuidle/drive