Commit b23b2950 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Sekhar Nori
Browse files

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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent c1ae3cfa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -108,7 +108,6 @@ static int davinci_pm_enter(suspend_state_t state)
	int ret = 0;

	switch (state) {
	case PM_SUSPEND_STANDBY:
	case PM_SUSPEND_MEM:
		davinci_pm_suspend();
		break;