Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306321
b: refs/heads/master
c: d67a1ad
h: refs/heads/master
i:
  306319: 1e39f71
v: v3
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed May 14, 2012
1 parent 439195c commit fb81858
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 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: dec9c51442b5a524c137b6f4a54ec109a197a65a
refs/heads/master: d67a1adaea29da942291145fa3964a453e017274
3 changes: 1 addition & 2 deletions trunk/drivers/media/video/gspca/stv06xx/stv06xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,8 @@ static int stv06xx_config(struct gspca_dev *gspca_dev,

PDEBUG(D_PROBE, "Configuring camera");

sd->desc = sd_desc;
sd->bridge = id->driver_info;
gspca_dev->sd_desc = &sd->desc;
gspca_dev->sd_desc = &sd_desc;

if (dump_bridge)
stv06xx_dump_bridge(sd);
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/media/video/gspca/stv06xx/stv06xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ struct sd {
/* Control handler */
struct v4l2_ctrl_handler ctrl_handler;

/* A pointer to the sd_desc struct */
struct sd_desc desc;

/* Sensor private data */
void *sensor_priv;

Expand Down

0 comments on commit fb81858

Please sign in to comment.