Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311884
b: refs/heads/master
c: a60a295
h: refs/heads/master
v: v3
  • Loading branch information
Sakari Ailus authored and Mauro Carvalho Chehab committed Jun 25, 2012
1 parent 1fe8404 commit f91811d
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: 8183e7a7e2a4b542bd3044c5e3b0e116b0a7d2a1
refs/heads/master: a60a295986edcbca6603cd42b4e38d7c83d87fb6
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/s5p-fimc/fimc-capture.c
Original file line number Diff line number Diff line change
Expand Up @@ -1045,8 +1045,10 @@ static int fimc_cap_streamon(struct file *file, void *priv,
if (fimc_capture_active(fimc))
return -EBUSY;

media_entity_pipeline_start(&p->subdevs[IDX_SENSOR]->entity,
ret = media_entity_pipeline_start(&p->subdevs[IDX_SENSOR]->entity,
p->m_pipeline);
if (ret < 0)
return ret;

if (fimc->vid_cap.user_subdev_api) {
ret = fimc_pipeline_validate(fimc);
Expand Down

0 comments on commit f91811d

Please sign in to comment.