diff options
author | 2009-06-19 19:08:30 -0600 | |
---|---|---|
committer | 2009-06-19 19:09:32 -0600 | |
commit | 2687069f3ac297b820c58de7222e4d16adbca498 (patch) | |
tree | 8257b9f02f998e9069364508b6a26a8b63b796fb /lib/fault-inject.c | |
parent | OMAP3 SDRC: set FIXEDDELAY when disabling SDRC DLL (diff) | |
download | wireguard-linux-2687069f3ac297b820c58de7222e4d16adbca498.tar.xz wireguard-linux-2687069f3ac297b820c58de7222e4d16adbca498.zip |
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 <roel.kluin@gmail.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'lib/fault-inject.c')
0 files changed, 0 insertions, 0 deletions