Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192880
b: refs/heads/master
c: aa2dc90
h: refs/heads/master
v: v3
  • Loading branch information
Vaibhav Hiremath authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent 2b55d39 commit 8187fd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 21aa300e160f03c237d2153d9938e14a87f38e0d
refs/heads/master: aa2dc9034859531206889b6bf07b5f9adae487a6
12 changes: 4 additions & 8 deletions trunk/drivers/media/video/davinci/vpfe_capture.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 8187fd8

Please sign in to comment.