Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333819
b: refs/heads/master
c: ab99cb1
h: refs/heads/master
i:
  333817: 7ef68ca
  333815: 51b1564
v: v3
  • Loading branch information
Peter Senna Tschudin authored and Mauro Carvalho Chehab committed Oct 6, 2012
1 parent b1a4846 commit 02bfa8d
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: 58dec65d714f9f2872fdfe8f6a1f36027431de95
refs/heads/master: ab99cb18ae5cbb93f650ba7bc305aae6155da880
3 changes: 2 additions & 1 deletion trunk/drivers/media/platform/soc_camera/soc_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,8 @@ static int soc_camera_probe(struct soc_camera_device *icd)
sd->grp_id = soc_camera_grp_id(icd);
v4l2_set_subdev_hostdata(sd, icd);

if (v4l2_ctrl_add_handler(&icd->ctrl_handler, sd->ctrl_handler, NULL))
ret = v4l2_ctrl_add_handler(&icd->ctrl_handler, sd->ctrl_handler, NULL);
if (ret < 0)
goto ectrl;

/* At this point client .probe() should have run already */
Expand Down

0 comments on commit 02bfa8d

Please sign in to comment.