Re: [PATCH 3/3] cpuidle: big.LITTLE: Use of_match_machine

2014-08-08 Thread Thierry Reding
On Fri, Aug 08, 2014 at 02:01:55AM +0300, Tuomas Tynkkynen wrote: > Use the new helper function, also fixing a device_node refcount leak. > > Signed-off-by: Tuomas Tynkkynen > --- > Compile tested only. > > drivers/cpuidle/cpuidle-big_little.c | 6 +- > 1 file changed, 1 insertion(+), 5 del

[PATCH 3/3] cpuidle: big.LITTLE: Use of_match_machine

2014-08-07 Thread Tuomas Tynkkynen
Use the new helper function, also fixing a device_node refcount leak. Signed-off-by: Tuomas Tynkkynen --- Compile tested only. drivers/cpuidle/cpuidle-big_little.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/cpuidle/cpuidle-big_little.c b/drivers/cpuidle/cp