提交 aa2dc903 编写于 作者: V Vaibhav Hiremath 提交者: Mauro Carvalho Chehab

V4L/DVB: V4L: vpfe_capture: Return 0 from suspend/resume

Now Suspend/Resume functionality is being handled by respective CCDC
code, so return true (0) from bridge suspend/resume function.
Signed-off-by: NVaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: NMuralidharan Karicheri <mkaricheri@gmail.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 21aa300e
......@@ -2031,18 +2031,14 @@ static int __devexit vpfe_remove(struct platform_device *pdev)
return 0;
}
static int
vpfe_suspend(struct device *dev)
static int vpfe_suspend(struct device *dev)
{
/* add suspend code here later */
return -1;
return 0;
}
static int
vpfe_resume(struct device *dev)
static int vpfe_resume(struct device *dev)
{
/* add resume code here later */
return -1;
return 0;
}
static const struct dev_pm_ops vpfe_dev_pm_ops = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册