Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366710
b: refs/heads/master
c: 9dc033f
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 22, 2013
1 parent 145b5cc commit 057a714
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 39ed1267d971d648886454b895852e46655bdcb6
refs/heads/master: 9dc033f1eaea01ed6701b16622744c4d57f108b7
4 changes: 3 additions & 1 deletion trunk/drivers/media/usb/gspca/m5602/m5602_ov7660.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ int ov7660_probe(struct sd *sd)

int ov7660_init(struct sd *sd)
{
int i, err = 0;
int i, err;

/* Init the sensor */
for (i = 0; i < ARRAY_SIZE(init_ov7660); i++) {
Expand All @@ -111,6 +111,8 @@ int ov7660_init(struct sd *sd)
err = m5602_write_sensor(sd,
init_ov7660[i][1], data, 1);
}
if (err < 0)
return err;
}

if (dump_sensor)
Expand Down

0 comments on commit 057a714

Please sign in to comment.