Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124486
b: refs/heads/master
c: 082ec3b
h: refs/heads/master
v: v3
  • Loading branch information
Erik Andrén authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent 8b56c58 commit 1346cc8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7b2cd079ec8dcc65cdca6621245cfa5e30a8ef9f
refs/heads/master: 082ec3b865f42f722ea304f0d9f05f3124c37388
5 changes: 3 additions & 2 deletions trunk/drivers/media/video/gspca/m5602/m5602_ov9650.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ int ov9650_write_sensor(struct sd *sd, const u8 address,
/* Special case larger sensor writes */
p = buf + 16;

/* Copy a four byte write sequence for each byte to write over the I2C bus */
/* Copy a four byte sequence for each byte to write over the I2C bus */
for (i = 0; i < len; i++) {
memcpy(p, sensor_urb_skeleton + 16, 4);
p[3] = i2c_data[i];
Expand Down Expand Up @@ -219,7 +219,8 @@ int ov9650_power_down(struct sd *sd)
err = ov9650_write_sensor(sd,
power_down_ov9650[i][1], &data, 1);
else
err = m5602_write_bridge(sd, power_down_ov9650[i][1], data);
err = m5602_write_bridge(sd, power_down_ov9650[i][1],
data);
}

return err;
Expand Down

0 comments on commit 1346cc8

Please sign in to comment.