ARM: davinci: PM: Drop useless check for PM_SUSPEND_STANDBY
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 17 Feb 2017 16:10:34 +0000 (17:10 +0100)
committerSekhar Nori <nsekhar@ti.com>
Mon, 6 Mar 2017 11:36:42 +0000 (17:06 +0530)
commitb23b29506ab5e817d8eac19c5a689f0e2a3140b3
treef6dfbe3454e0d9737d066233106ebc2ea7c091ca
parentc1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201
ARM: davinci: PM: Drop useless check for PM_SUSPEND_STANDBY

As DaVinci uses the standard suspend_valid_only_mem() for its
platform_suspend_ops.valid() callback, its platform_suspend_ops.enter()
callback will never be called with state equal to PM_SUSPEND_STANDBY.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/pm.c