Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306463
b: refs/heads/master
c: 9633c08
h: refs/heads/master
i:
  306461: 17f9db0
  306459: 565eb34
  306455: 4885803
  306447: 0cd6c62
  306431: 525562f
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed May 15, 2012
1 parent 4ec4850 commit b783960
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: 67e86524b907ed2189f4875cdbe7a5249c71ebb2
refs/heads/master: 9633c0867fb5fc1eef8bd3c4e7f413034d2c5367
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/soc_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ static int default_enum_framesizes(struct soc_camera_device *icd,
/* map xlate-code to pixel_format, sensor only handle xlate-code*/
fsize_mbus.pixel_format = xlate->code;

ret = v4l2_subdev_call(sd, video, enum_mbus_fsizes, &fsize_mbus);
ret = v4l2_subdev_call(sd, video, enum_framesizes, &fsize_mbus);
if (ret < 0)
return ret;

Expand Down

0 comments on commit b783960

Please sign in to comment.