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:
7b7bcef
)
OMAP2 clock/powerdomain: off by 1 error in loop timeout comparisons
author
Roel Kluin
<roel.kluin@gmail.com>
Sat, 20 Jun 2009 01:08:30 +0000
(19:08 -0600)
committer
paul
<paul@twilight.(none)>
Sat, 20 Jun 2009 01:09:32 +0000
(19:09 -0600)
with while (i++ < MAX_CLOCK_ENABLE_WAIT); i can reach MAX_CLOCK_ENABLE_WAIT + 1
after the loop, so if (i == MAX_CLOCK_ENABLE_WAIT) that's still success.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
No differences found