Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336061
b: refs/heads/master
c: 60cd1ee
h: refs/heads/master
i:
  336059: 17bd2fd
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Nov 22, 2012
1 parent 74a0dfa commit 7866ed7
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 448a61f09e319c54bf149a20d9c8f63d5242a936
refs/heads/master: 60cd1ee17d9d91aeaa4224a15595dd27163ac57d
5 changes: 3 additions & 2 deletions trunk/drivers/media/platform/soc_camera/mx3_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -799,9 +799,10 @@ static inline void stride_align(__u32 *width)
* default g_crop and cropcap from soc_camera.c
*/
static int mx3_camera_set_crop(struct soc_camera_device *icd,
struct v4l2_crop *a)
const struct v4l2_crop *a)
{
struct v4l2_rect *rect = &a->c;
struct v4l2_crop a_writable = *a;
struct v4l2_rect *rect = &a_writable.c;
struct soc_camera_host *ici = to_soc_camera_host(icd->parent);
struct mx3_camera_dev *mx3_cam = ici->priv;
struct v4l2_subdev *sd = soc_camera_to_subdev(icd);
Expand Down

0 comments on commit 7866ed7

Please sign in to comment.