Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311885
b: refs/heads/master
c: a1a5861
h: refs/heads/master
i:
  311883: 1fe8404
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Jun 25, 2012
1 parent f91811d commit 86ac92e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a60a295986edcbca6603cd42b4e38d7c83d87fb6
refs/heads/master: a1a5861bd9ca3a6cb7ab89dd836da8cd158986b0
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/s5p-fimc/fimc-lite.c
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,9 @@ static int fimc_lite_streamon(struct file *file, void *priv,
if (fimc_lite_active(fimc))
return -EBUSY;

media_entity_pipeline_start(&sensor->entity, p->m_pipeline);
ret = media_entity_pipeline_start(&sensor->entity, p->m_pipeline);
if (ret < 0)
return ret;

ret = fimc_pipeline_validate(fimc);
if (ret) {
Expand Down

0 comments on commit 86ac92e

Please sign in to comment.