Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311275
b: refs/heads/master
c: f19ed98
h: refs/heads/master
i:
  311273: 4588391
  311271: 5269dc1
v: v3
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Jun 11, 2012
1 parent f9c9148 commit 01aa761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af05ef01e9cde84620c6855a8d8ab9c8a1db9009
refs/heads/master: f19ed98111d508bafc1aa31478f2c612cbdc26b5
1 change: 1 addition & 0 deletions trunk/drivers/media/video/gspca/ov534.c
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,7 @@ static int sccb_check_status(struct gspca_dev *gspca_dev)
int i;

for (i = 0; i < 5; i++) {
msleep(10);
data = ov534_reg_read(gspca_dev, OV534_REG_STATUS);

switch (data) {
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/video/gspca/ov534_9.c
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,7 @@ static int sccb_check_status(struct gspca_dev *gspca_dev)
int i;

for (i = 0; i < 5; i++) {
msleep(10);
data = reg_r(gspca_dev, OV534_REG_STATUS);

switch (data) {
Expand Down

0 comments on commit 01aa761

Please sign in to comment.