aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/lpddr/lpddr_cmds.c
diff options
context:
space:
mode:
authorRoel Kluin <[email protected]>2009-06-19 19:08:30 -0600
committerpaul <paul@twilight.(none)>2009-06-19 19:09:32 -0600
commit2687069f3ac297b820c58de7222e4d16adbca498 (patch)
tree8257b9f02f998e9069364508b6a26a8b63b796fb /drivers/mtd/lpddr/lpddr_cmds.c
parent7b7bcefa35d62fec64c3615a6bef7866f34c7cc9 (diff)
OMAP2 clock/powerdomain: off by 1 error in loop timeout comparisons
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 <[email protected]> Signed-off-by: Paul Walmsley <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions