Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180702
b: refs/heads/master
c: 2b59125
h: refs/heads/master
v: v3
  • Loading branch information
Kuninori Morimoto authored and Mauro Carvalho Chehab committed Feb 19, 2010
1 parent 19bef1f commit 9594aea
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: fc4a7f93087a48619005111895dcaa115f807399
refs/heads/master: 2b59125b1b5f8c9bb0524b8a0bdad4b780a239ac
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/mt9t112.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ static int mt9t112_init_pll(const struct i2c_client *client)
/* poll to verify out of standby. Must Poll this bit */
for (i = 0; i < 100; i++) {
mt9t112_reg_read(data, client, 0x0018);
if (0x4000 & data)
if (!(0x4000 & data))
break;

mdelay(10);
Expand Down

0 comments on commit 9594aea

Please sign in to comment.