Re: [PATCH 05/21] cpuidle: make __cpuidle_driver_init() return void

2013-09-23 Thread Viresh Kumar
On 23 September 2013 15:28, Hongbo Zhang wrote: > On 09/22/2013 09:20 AM, Viresh Kumar wrote: >> >> __cpuidle_driver_init() doesn't return anything except zero and so doesn't >> really need a return type other than void. >> >> Signed-off-by: Viresh Kumar >> --- >> drivers/cpuidle/driver.c | 8

Re: [PATCH 05/21] cpuidle: make __cpuidle_driver_init() return void

2013-09-23 Thread Hongbo Zhang
On 09/22/2013 09:20 AM, Viresh Kumar wrote: __cpuidle_driver_init() doesn't return anything except zero and so doesn't really need a return type other than void. Signed-off-by: Viresh Kumar --- drivers/cpuidle/driver.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff

Re: [PATCH 05/21] cpuidle: make __cpuidle_driver_init() return void

2013-09-23 Thread Hongbo Zhang
On 09/22/2013 09:20 AM, Viresh Kumar wrote: __cpuidle_driver_init() doesn't return anything except zero and so doesn't really need a return type other than void. Signed-off-by: Viresh Kumar viresh.ku...@linaro.org --- drivers/cpuidle/driver.c | 8 ++-- 1 file changed, 2 insertions(+), 6

Re: [PATCH 05/21] cpuidle: make __cpuidle_driver_init() return void

2013-09-23 Thread Viresh Kumar
On 23 September 2013 15:28, Hongbo Zhang hongbo.zh...@freescale.com wrote: On 09/22/2013 09:20 AM, Viresh Kumar wrote: __cpuidle_driver_init() doesn't return anything except zero and so doesn't really need a return type other than void. Signed-off-by: Viresh Kumar viresh.ku...@linaro.org

[PATCH 05/21] cpuidle: make __cpuidle_driver_init() return void

2013-09-21 Thread Viresh Kumar
__cpuidle_driver_init() doesn't return anything except zero and so doesn't really need a return type other than void. Signed-off-by: Viresh Kumar --- drivers/cpuidle/driver.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/cpuidle/driver.c

[PATCH 05/21] cpuidle: make __cpuidle_driver_init() return void

2013-09-21 Thread Viresh Kumar
__cpuidle_driver_init() doesn't return anything except zero and so doesn't really need a return type other than void. Signed-off-by: Viresh Kumar viresh.ku...@linaro.org --- drivers/cpuidle/driver.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git