mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-11 15:38:07 +09:00
Sometimes, we would abort suspend work before it finished. In this case, suspend work would try to resume the part suspended by correspond resume functions. But the suspend/resume functions are not matched in rockchip. When the suspend work is aborted, it would ignored resuming this part due to can't find correspond resume functions. So, let's use suspend_late instead of suspend. Change-Id: I7304f7963704de7e870fbd4e76ebe1e0066f18c1 Signed-off-by: zain wang <wzz@rock-chips.com>