Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181474
b: refs/heads/master
c: 77880ba
h: refs/heads/master
v: v3
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent f6bd29c commit ef7de9a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a20622f0f50be4afc217fba31b968f35fd5fea7b
refs/heads/master: 77880ba3335e60acd0d6a818a7cdddaf0a5d601f
3 changes: 1 addition & 2 deletions trunk/drivers/media/video/gspca/zc3xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -6768,14 +6768,13 @@ static int sd_config(struct gspca_dev *gspca_dev,
break;
}

/* switch the led off */
reg_w(gspca_dev->dev, 0x01, 0x0000);
return 0;
}

/* this function is called at probe and resume time */
static int sd_init(struct gspca_dev *gspca_dev)
{
/* switch off the led */
reg_w(gspca_dev->dev, 0x01, 0x0000);
return 0;
}
Expand Down

0 comments on commit ef7de9a

Please sign in to comment.