Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336063
b: refs/heads/master
c: 5c11191
h: refs/heads/master
i:
  336061: 7866ed7
  336059: 17bd2fd
  336055: e044e78
  336047: 8566d28
  336031: b906bbe
  335999: 7aaa5b1
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Nov 22, 2012
1 parent 0f6da0c commit 4f81279
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: d63bb2790c0e1c44434cb2cc5292cd23d25d4ca5
refs/heads/master: 5c111913347e60c364776824e1ed766dd8958ffa
9 changes: 0 additions & 9 deletions trunk/drivers/media/platform/soc_camera/mx1_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,14 +470,6 @@ static void mx1_camera_remove_device(struct soc_camera_device *icd)
pcdev->icd = NULL;
}

static int mx1_camera_set_crop(struct soc_camera_device *icd,
struct v4l2_crop *a)
{
struct v4l2_subdev *sd = soc_camera_to_subdev(icd);

return v4l2_subdev_call(sd, video, s_crop, a);
}

static int mx1_camera_set_bus_param(struct soc_camera_device *icd)
{
struct v4l2_subdev *sd = soc_camera_to_subdev(icd);
Expand Down Expand Up @@ -689,7 +681,6 @@ static struct soc_camera_host_ops mx1_soc_camera_host_ops = {
.add = mx1_camera_add_device,
.remove = mx1_camera_remove_device,
.set_bus_param = mx1_camera_set_bus_param,
.set_crop = mx1_camera_set_crop,
.set_fmt = mx1_camera_set_fmt,
.try_fmt = mx1_camera_try_fmt,
.init_videobuf = mx1_camera_init_videobuf,
Expand Down

0 comments on commit 4f81279

Please sign in to comment.