Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 241899
b: refs/heads/master
c: 7fdbd85
h: refs/heads/master
i:
  241897: 6bcfff5
  241895: edf0611
v: v3
  • Loading branch information
Anatolij Gustschin authored and Mauro Carvalho Chehab committed Mar 21, 2011
1 parent 3f13aaa commit 4b6f632
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ed5b65dc362d488958075381d97931d865e77259
refs/heads/master: 7fdbd85bce033e2d0f74e5d326ab43906653cb81
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/soc_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,10 +655,10 @@ static int soc_camera_streamon(struct file *file, void *priv,
if (icd->streamer != file)
return -EBUSY;

v4l2_subdev_call(sd, video, s_stream, 1);

/* This calls buf_queue from host driver's videobuf_queue_ops */
ret = videobuf_streamon(&icd->vb_vidq);
if (!ret)
v4l2_subdev_call(sd, video, s_stream, 1);

return ret;
}
Expand Down

0 comments on commit 4b6f632

Please sign in to comment.