Re: [PATCH V2 2/3] cpuidle: play_idle: Specify play_idle with an idle state

2019-10-03 Thread kbuild test robot
Hi Daniel, I love your patch! Yet something to improve: [auto build test ERROR on pm/linux-next] [cannot apply to v5.4-rc1 next-20191003] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to specify the b

Re: [PATCH V2 2/3] cpuidle: play_idle: Specify play_idle with an idle state

2019-10-03 Thread kbuild test robot
Hi Daniel, I love your patch! Yet something to improve: [auto build test ERROR on pm/linux-next] [cannot apply to v5.4-rc1 next-20191002] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to specify the b

[PATCH V2 2/3] cpuidle: play_idle: Specify play_idle with an idle state

2019-10-03 Thread Daniel Lezcano
Currently, the play_idle function does not allow to tell which idle state we want to go. Improve this by passing the idle state as parameter to the function. There is no functional changes, the cpuidle state is the deepest one. Signed-off-by: Daniel Lezcano Acked-by: Mathieu Poirier --- driver