Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306155
b: refs/heads/master
c: e879b7f
h: refs/heads/master
i:
  306153: 040900e
  306151: ad939aa
v: v3
  • Loading branch information
Liu Ying authored and Mauro Carvalho Chehab committed Apr 11, 2012
1 parent d2fb9dc commit 2415e7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: f4d4e7656b26a6013bc5072c946920d2e2c44e8e
refs/heads/master: e879b7f34e18cd886754069e988587a5618c73f0
2 changes: 0 additions & 2 deletions trunk/drivers/media/video/ov5642.c
Original file line number Diff line number Diff line change
Expand Up @@ -1025,8 +1025,6 @@ static int ov5642_probe(struct i2c_client *client,
priv->crop_rect.height = OV5642_DEFAULT_HEIGHT;
priv->crop_rect.left = (OV5642_MAX_WIDTH - OV5642_DEFAULT_WIDTH) / 2;
priv->crop_rect.top = (OV5642_MAX_HEIGHT - OV5642_DEFAULT_HEIGHT) / 2;
priv->crop_rect.width = OV5642_DEFAULT_WIDTH;
priv->crop_rect.height = OV5642_DEFAULT_HEIGHT;
priv->total_width = OV5642_DEFAULT_WIDTH + BLANKING_EXTRA_WIDTH;
priv->total_height = BLANKING_MIN_HEIGHT;

Expand Down

0 comments on commit 2415e7a

Please sign in to comment.