Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 241773
b: refs/heads/master
c: e9654ef
h: refs/heads/master
i:
  241771: d2819e8
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Mar 21, 2011
1 parent de051fc commit 1317877
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3d0ce7ed037af9bafec498246d0e4af8302d993a
refs/heads/master: e9654ef28740867c0aa151bbaec93f090f60cd24
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/s5p-fimc/fimc-capture.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ static int fimc_stop_capture(struct fimc_dev *fimc)
FIMC_SHUTDOWN_TIMEOUT);

ret = v4l2_subdev_call(cap->sd, video, s_stream, 0);
if (ret)

if (ret && ret != -ENOIOCTLCMD)
v4l2_err(&fimc->vid_cap.v4l2_dev, "s_stream(0) failed\n");

spin_lock_irqsave(&fimc->slock, flags);
Expand Down

0 comments on commit 1317877

Please sign in to comment.