Re: [PATCH 2/4] cpuidle - sysfs : move kobj initialization in the syfs file

2012-10-16 Thread Rafael J. Wysocki
On Thursday 11 of October 2012 00:21:29 Daniel Lezcano wrote: > Move the kobj initialization and completion in the sysfs.c > and encapsulate the code more. > > Signed-off-by: Daniel Lezcano I like this one too and I'm going to take it for v3.8 as well. Thanks, Rafael > --- > drivers/cpuidle/

[PATCH 2/4] cpuidle - sysfs : move kobj initialization in the syfs file

2012-10-10 Thread Daniel Lezcano
Move the kobj initialization and completion in the sysfs.c and encapsulate the code more. Signed-off-by: Daniel Lezcano --- drivers/cpuidle/cpuidle.c |4 drivers/cpuidle/sysfs.c |7 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/cpuidle/cpuidle.c b/