Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273647
b: refs/heads/master
c: 97a0a61
h: refs/heads/master
i:
  273645: 7a17207
  273643: 17333d2
  273639: 3b57a9b
  273631: d1b82fd
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Nov 3, 2011
1 parent ffe8067 commit 6e4561b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: db592a24656ec1028728eb4eccc450b925bea268
refs/heads/master: 97a0a611e8dfa8f8f7c7b1c49239b0ab44cc3710
3 changes: 0 additions & 3 deletions trunk/drivers/media/video/ov2640.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ struct ov2640_win_size {

struct ov2640_priv {
struct v4l2_subdev subdev;
struct ov2640_camera_info *info;
enum v4l2_mbus_pixelcode cfmt_code;
const struct ov2640_win_size *win;
int model;
Expand Down Expand Up @@ -1153,8 +1152,6 @@ static int ov2640_probe(struct i2c_client *client,
return -ENOMEM;
}

priv->info = icl->priv;

v4l2_i2c_subdev_init(&priv->subdev, client, &ov2640_subdev_ops);

icd->ops = &ov2640_ops;
Expand Down

0 comments on commit 6e4561b

Please sign in to comment.