Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311881
b: refs/heads/master
c: 316efab
h: refs/heads/master
i:
  311879: 4cdb65a
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Jun 25, 2012
1 parent c28d83a commit ae9d47c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e3fc82e8b9f550d28f05600b98bcc8c26beef2ef
refs/heads/master: 316efab3e949e4fbdacb0975bf33adbad89115db
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/s5p-fimc/fimc-lite.c
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ static int fimc_lite_suspend(struct device *dev)
return 0;

ret = fimc_lite_stop_capture(fimc, suspend);
if (ret)
if (ret < 0 || !fimc_lite_active(fimc))
return ret;

return fimc_pipeline_shutdown(&fimc->pipeline);
Expand Down

0 comments on commit ae9d47c

Please sign in to comment.