Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254633
b: refs/heads/master
c: ca4186f
h: refs/heads/master
i:
  254631: 32d79fb
v: v3
  • Loading branch information
Ohad Ben-Cohen authored and Mauro Carvalho Chehab committed Jul 1, 2011
1 parent f9b94c9 commit d67d569
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 66072d4fa7cb644f1f064e290f8fddfbd8ccd478
refs/heads/master: ca4186f06fecbf2b692a42cdea54b7ef23b2496c
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/omap3isp/isp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@ static int isp_register_entities(struct isp_device *isp)
goto done;

/* Register external entities */
for (subdevs = pdata->subdevs; subdevs->subdevs; ++subdevs) {
for (subdevs = pdata->subdevs; subdevs && subdevs->subdevs; ++subdevs) {
struct v4l2_subdev *sensor;
struct media_entity *input;
unsigned int flags;
Expand Down

0 comments on commit d67d569

Please sign in to comment.