mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
Merge commit 'be425cca7a4863178c4dfa6322a1aeb7b23bd5a9'
* commit 'be425cca7a4863178c4dfa6322a1aeb7b23bd5a9': media: rockchip: vicap hw change suspend/resume early Change-Id: Ifafc800ab49535625d12fa753969a43f7ef14e16
This commit is contained in:
@@ -1579,7 +1579,7 @@ static int __maybe_unused rkcif_sleep_resume(struct device *dev)
|
||||
}
|
||||
|
||||
static const struct dev_pm_ops rkcif_plat_pm_ops = {
|
||||
SET_SYSTEM_SLEEP_PM_OPS(rkcif_sleep_suspend,
|
||||
SET_LATE_SYSTEM_SLEEP_PM_OPS(rkcif_sleep_suspend,
|
||||
rkcif_sleep_resume)
|
||||
SET_RUNTIME_PM_OPS(rkcif_runtime_suspend, rkcif_runtime_resume, NULL)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user