Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285737
b: refs/heads/master
c: f664684
h: refs/heads/master
i:
  285735: 96976a7
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Jan 6, 2012
1 parent 8ff7e70 commit e637c69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: f1d99f39fbd0218b8f8f6548e5522cbc2124f949
refs/heads/master: f664684a56deb7675363e2fa3f1e2a5eedbb3222
5 changes: 2 additions & 3 deletions trunk/drivers/media/video/s5p-fimc/fimc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1784,9 +1784,8 @@ static int fimc_runtime_resume(struct device *dev)
/* Resume the capture or mem-to-mem device */
if (fimc_capture_busy(fimc))
return fimc_capture_resume(fimc);
else if (fimc_m2m_pending(fimc))
return fimc_m2m_resume(fimc);
return 0;

return fimc_m2m_resume(fimc);
}

static int fimc_runtime_suspend(struct device *dev)
Expand Down

0 comments on commit e637c69

Please sign in to comment.