diff options
author | Roel Kluin <roel.kluin@gmail.com> | 2009-05-05 06:39:24 (GMT) |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-05-05 06:39:24 (GMT) |
commit | 4ccc28f725bc2b7b0a3bc27e9c15f4eaf63fb812 (patch) | |
tree | f1a3a3424713340aabb5722fc1accad149fc5052 /kernel/resource.c | |
parent | b4348f32dae3cb6eb4bc21c7ed8f76c0b11e9d6a (diff) | |
download | linux-4ccc28f725bc2b7b0a3bc27e9c15f4eaf63fb812.tar.xz |
i2c: Timeouts off by 1
with while (timeout++ < MAX_TIMEOUT); timeout reaches MAX_TIMEOUT + 1
after the loop, so the tests below are off by one.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'kernel/resource.c')
0 files changed, 0 insertions, 0 deletions