Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295091
b: refs/heads/master
c: c0f9976
h: refs/heads/master
i:
  295089: d5be30f
  295087: 6407d3c
v: v3
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed Mar 19, 2012
1 parent 5dd4ab7 commit e27cb65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: cd7334d6d6d2cfba7e34ad6605fec61b556bc822
refs/heads/master: c0f9976662fa569e3760187d51bc4cd7b8f00e1d
4 changes: 0 additions & 4 deletions trunk/drivers/media/video/mt9p031.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ struct mt9p031 {
struct mt9p031_platform_data *pdata;
struct mutex power_lock; /* lock to protect power_count */
int power_count;
u16 xskip;
u16 yskip;

const struct mt9p031_pll_divs *pll;

Expand Down Expand Up @@ -784,8 +782,6 @@ static int mt9p031_open(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh)
format->field = V4L2_FIELD_NONE;
format->colorspace = V4L2_COLORSPACE_SRGB;

mt9p031->xskip = 1;
mt9p031->yskip = 1;
return mt9p031_set_power(subdev, 1);
}

Expand Down

0 comments on commit e27cb65

Please sign in to comment.