Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137779
b: refs/heads/master
c: ceb35be
h: refs/heads/master
i:
  137777: 1d66408
  137775: afa82f0
v: v3
  • Loading branch information
Kyle Guinn authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 1cd56de commit 086b22f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0dbc2c1674b346ff22f729af14efa4822f81325c
refs/heads/master: ceb35beaed9fc8e71755ac99a83a105730c64111
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/gspca/mr97310a.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ static int sd_start(struct gspca_dev *gspca_dev)
data[5] = 0x00;
data[6] = 0x70;
data[7] = 0x00;
data[8] = 0x01;
err_code = reg_w(gspca_dev, 10);
data[8] = 0x00;
err_code = reg_w(gspca_dev, 9);
if (err_code < 0)
return err_code;

Expand Down

0 comments on commit 086b22f

Please sign in to comment.