Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330714
b: refs/heads/master
c: 0a3dabb
h: refs/heads/master
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Aug 9, 2012
1 parent 8d57a60 commit 85a03c7
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: 7c287f1849cd904c210608a6a7bcec055bcb1152
refs/heads/master: 0a3dabb15ef9039188464647113398ed95400318
2 changes: 1 addition & 1 deletion trunk/drivers/media/common/tuners/xc5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ static int xc_write_reg(struct xc5000_priv *priv, u16 regAddr, u16 i2cData)
}
}
}
if (WatchDogTimer < 0)
if (WatchDogTimer <= 0)
result = XC_RESULT_I2C_WRITE_FAILURE;

return result;
Expand Down

0 comments on commit 85a03c7

Please sign in to comment.