Re: [PATCH] cpuidle/coupled: Init cpuidle_device::safe_state_index

2015-08-03 Thread pang . xunlei
Hi Daniel, Daniel Lezcano wrote 2015-08-04 AM 12:22:54: > Re: [PATCH] cpuidle/coupled: Init cpuidle_device::safe_state_index > > On 07/23/2015 02:31 PM, Xunlei Pang wrote: > > From: Xunlei Pang > > > > cpuidle_device::safe_state_index need to be initialize

Re: [PATCH] cpuidle/coupled: Init cpuidle_device::safe_state_index

2015-08-03 Thread Daniel Lezcano
On 07/23/2015 02:31 PM, Xunlei Pang wrote: From: Xunlei Pang cpuidle_device::safe_state_index need to be initialized before use, so assign the driver's safe_state_index to it. Signed-off-by: Xunlei Pang --- drivers/cpuidle/cpuidle.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [PATCH] cpuidle/coupled: Init cpuidle_device::safe_state_index

2015-08-03 Thread Daniel Lezcano
On 07/23/2015 02:31 PM, Xunlei Pang wrote: From: Xunlei Pang pang.xun...@zte.com.cn cpuidle_device::safe_state_index need to be initialized before use, so assign the driver's safe_state_index to it. Signed-off-by: Xunlei Pang pang.xun...@zte.com.cn --- drivers/cpuidle/cpuidle.c | 2 ++ 1

Re: [PATCH] cpuidle/coupled: Init cpuidle_device::safe_state_index

2015-08-03 Thread pang . xunlei
Hi Daniel, Daniel Lezcano daniel.lezc...@linaro.org wrote 2015-08-04 AM 12:22:54: Re: [PATCH] cpuidle/coupled: Init cpuidle_device::safe_state_index On 07/23/2015 02:31 PM, Xunlei Pang wrote: From: Xunlei Pang pang.xun...@zte.com.cn cpuidle_device::safe_state_index need

[PATCH] cpuidle/coupled: Init cpuidle_device::safe_state_index

2015-07-23 Thread Xunlei Pang
From: Xunlei Pang cpuidle_device::safe_state_index need to be initialized before use, so assign the driver's safe_state_index to it. Signed-off-by: Xunlei Pang --- drivers/cpuidle/cpuidle.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/cpuidle/cpuidle.c

[PATCH] cpuidle/coupled: Init cpuidle_device::safe_state_index

2015-07-23 Thread Xunlei Pang
From: Xunlei Pang pang.xun...@zte.com.cn cpuidle_device::safe_state_index need to be initialized before use, so assign the driver's safe_state_index to it. Signed-off-by: Xunlei Pang pang.xun...@zte.com.cn --- drivers/cpuidle/cpuidle.c | 2 ++ 1 file changed, 2 insertions(+) diff --git