[PATCH v2 7/9] intel_idle: remove superfluous dev-state_count initialization

2013-12-20 Thread Bartlomiej Zolnierkiewicz
intel_idle driver sets dev-state_count to drv-state_count so the default dev-state_count initialization in cpuidle_enable_device() (called from cpuidle_register_device()) can be used instead. Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Signed-off-by: Kyungmin Park

Re: [PATCH v2 7/9] intel_idle: remove superfluous dev-state_count initialization

2013-12-20 Thread Daniel Lezcano
On 12/20/2013 07:47 PM, Bartlomiej Zolnierkiewicz wrote: intel_idle driver sets dev-state_count to drv-state_count so the default dev-state_count initialization in cpuidle_enable_device() (called from cpuidle_register_device()) can be used instead. Signed-off-by: Bartlomiej Zolnierkiewicz