commit | a746b578d8406b2db0e9f0d040061bc1f78433cf | [log] [tgz] |
---|---|---|
author | Roel Kluin <roel.kluin@gmail.com> | Tue Feb 24 19:19:48 2009 +0100 |
committer | Jean Delvare <khali@linux-fr.org> | Tue Feb 24 19:19:48 2009 +0100 |
tree | ce79fc247342fa9fde8ad184a4ec39d70ce0012a | |
parent | f29d2e0275a4f03ef2fd158e484508dcb0c64efb [diff] |
i2c: Timeouts reach -1 With a postfix decrement these timeouts reach -1 rather than 0, but after the loop it is tested whether they have become 0. As pointed out by Jean Delvare, the condition we are waiting for should also be tested before the timeout. With the current order, you could exit with a timeout error while the job is actually done. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>