git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b2c368
)
i2c: Test off by one in {piix4,vt596}_transaction()
author
Roel Kluin
<roel.kluin@gmail.com>
Sat, 16 Jan 2010 19:43:12 +0000
(20:43 +0100)
committer
Jean Delvare
<khali@linux-fr.org>
Sat, 16 Jan 2010 19:43:12 +0000
(20:43 +0100)
With `while (timeout++ < MAX_TIMEOUT)' timeout reaches MAX_TIMEOUT + 1
after the loop. This is probably unlikely to produce a problem.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
No differences found