Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336060
b: refs/heads/master
c: 448a61f
h: refs/heads/master
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Nov 22, 2012
1 parent 17bd2fd commit 74a0dfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3ecb091e8827b4939b917139f4a86a66d36ed7e1
refs/heads/master: 448a61f09e319c54bf149a20d9c8f63d5242a936
4 changes: 2 additions & 2 deletions trunk/drivers/media/platform/soc_camera/pxa_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -1337,9 +1337,9 @@ static int pxa_camera_check_frame(u32 width, u32 height)
}

static int pxa_camera_set_crop(struct soc_camera_device *icd,
struct v4l2_crop *a)
const struct v4l2_crop *a)
{
struct v4l2_rect *rect = &a->c;
const struct v4l2_rect *rect = &a->c;
struct device *dev = icd->parent;
struct soc_camera_host *ici = to_soc_camera_host(dev);
struct pxa_camera_dev *pcdev = ici->priv;
Expand Down

0 comments on commit 74a0dfa

Please sign in to comment.