Hi Daniel,
On Wed, Apr 4, 2012 at 11:42 AM, Daniel Lezcano daniel.lezcano@linaro.org wrote:
We are storing the 'omap4_idle_data' in the private data field if the cpuidle device. As we are using this variable only in this file,
Typo: _of_ the cpuidle device.
that does not really make sense. Let's use the global variable directly instead dereferencing pointers in an idle critical loop.
Also, that simplfies the code.
Signed-off-by: Daniel Lezcano daniel.lezcano@linaro.org Reviewed-by: Jean Pihet j-pihet@ti.com Reviewed-by: Santosh Shilimkar santosh.shilimkar@ti.com
Regards, Jean