Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330970
b: refs/heads/master
c: 612cd9e
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Mauro Carvalho Chehab committed Sep 14, 2012
1 parent 8d2bb38 commit 92eacc1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b25b895805dd415f218cfd4892d17aeb2db425f7
refs/heads/master: 612cd9e87496cc34c29ff3a3c0adb52cd816c3b6
2 changes: 1 addition & 1 deletion trunk/drivers/media/i2c/mt9m032.c
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ static int mt9m032_probe(struct i2c_client *client,
ret = mt9m032_write(client, MT9M032_RESET, 1); /* reset on */
if (ret < 0)
goto error_entity;
mt9m032_write(client, MT9M032_RESET, 0); /* reset off */
ret = mt9m032_write(client, MT9M032_RESET, 0); /* reset off */
if (ret < 0)
goto error_entity;

Expand Down

0 comments on commit 92eacc1

Please sign in to comment.