[PATCH 3/4] OMAP3: cpuidle: code rework for improved readability

2011-05-09 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com - fix single and multi-lines comments format - removed the omap3_idle_bm_check function and replaced the test in omap3_enter_idle_bm by the equivalent code - re-organize omap3_enter_idle_bm code path, assign local variables only when needed - reword some

[PATCH 3/4] OMAP3: cpuidle: code rework for improved readability

2011-05-05 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com - fix single and multi-lines comments format - removed the omap3_idle_bm_check function and replaced the test in omap3_enter_idle_bm by the equivalent code - re-organize omap3_enter_idle_bm code path, assign local variables only when needed - reword some