Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271861
b: refs/heads/master
c: c62e2a1
h: refs/heads/master
i:
  271859: 7abb5bd
v: v3
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed Sep 21, 2011
1 parent 76c91bd commit 1ff3ba4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 1e393e90ab444dd24d28448e92bab099703fd006
refs/heads/master: c62e2a19d2b8c884c6f3ab3bb29d6fde2e13d8ac
6 changes: 3 additions & 3 deletions trunk/drivers/media/video/omap3isp/isp.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ static int isp_pipeline_enable(struct isp_pipeline *pipe,
struct media_pad *pad;
struct v4l2_subdev *subdev;
unsigned long flags;
int ret = 0;
int ret;

spin_lock_irqsave(&pipe->lock, flags);
pipe->state &= ~(ISP_PIPELINE_IDLE_INPUT | ISP_PIPELINE_IDLE_OUTPUT);
Expand All @@ -756,7 +756,7 @@ static int isp_pipeline_enable(struct isp_pipeline *pipe,

ret = v4l2_subdev_call(subdev, video, s_stream, mode);
if (ret < 0 && ret != -ENOIOCTLCMD)
break;
return ret;

if (subdev == &isp->isp_ccdc.subdev) {
v4l2_subdev_call(&isp->isp_aewb.subdev, video,
Expand All @@ -777,7 +777,7 @@ static int isp_pipeline_enable(struct isp_pipeline *pipe,
if (pipe->do_propagation && mode == ISP_PIPELINE_STREAM_SINGLESHOT)
atomic_inc(&pipe->frame_number);

return ret;
return 0;
}

static int isp_pipeline_wait_resizer(struct isp_device *isp)
Expand Down

0 comments on commit 1ff3ba4

Please sign in to comment.