commit | 3c0b2cef913c8f92b15a5a1fe7b611836f7f80bf | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Mon Dec 19 09:11:11 2011 -0800 |
committer | Nicolas Pitre <nico@fluxnic.net> | Fri Jan 20 18:55:05 2012 -0500 |
tree | 51274bccadd592591d4e3e0857047b5bd498517f | |
parent | dcd6c92267155e70a94b3927bce681ce74b80d1f [diff] |
ARM: OMAP1: Fix pm_idle during suspend Commit 9ccdac3662dbf3c75e8f8851a214bdf7d365a4bd ([ARM] idle: clean up pm_idle calling, obey hlt_counter) removed a check for NULL pm_idle. Replace the NULL assignment in the OMAP1 code with disable_hlt() to be in sync with the core code and restore the intended behavior. Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Tony Lindgren <tony@atomide.com>