Daniel,
On Wed, Apr 4, 2012 at 11:42 AM, Daniel Lezcano daniel.lezcano@linaro.org wrote:
We are storing the 'omap3_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.
As the table is initialized statically, let's remove the initialization at startup too.
Also, that simplfies the code.
Signed-off-by: Daniel Lezcano daniel.lezcano@linaro.org
Regards, Jean