OMAP: omap3_pm_get_suspend_state() error ignored in pwrdm_suspend_get()
authorRoel Kluin <roel.kluin@gmail.com>
Wed, 16 Dec 2009 16:22:04 +0000 (17:22 +0100)
committerKevin Hilman <khilman@deeprootsystems.com>
Thu, 21 Jan 2010 02:16:07 +0000 (18:16 -0800)
commit61b17d972f60fb8097592cadee2a2dd594285ff6
tree4f5518cce45c92b979277daa228f21e87d098926
parente3d9329640e4b291cdd2c6d178774c28bba47d59
OMAP: omap3_pm_get_suspend_state() error ignored in pwrdm_suspend_get()

val is an u64 pointer, we need an int to check the error.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-omap2/pm-debug.c