From: Nicolas Pitre Date: Mon, 19 Dec 2011 17:11:11 +0000 (-0800) Subject: ARM: OMAP1: Fix pm_idle during suspend X-Git-Tag: v3.4-rc1~85^2~11^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c0b2cef913c8f92b15a5a1fe7b611836f7f80bf;p=pandora-kernel.git 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 Acked-by: Tony Lindgren --- Reading git-diff-tree failed