commit | 397e2f66a23469e2b8a13b764cb2d9ff2444ad5a | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Mon Jun 12 21:49:36 2006 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jun 22 11:10:35 2006 -0700 |
tree | 188283532b9ae804752b30cf8d5ac5c8739a53e2 | |
parent | 62aaa288ab0425b058fd337c5135a32e8c1aeace [diff] |
[PATCH] i2c-i801: Fix block transaction poll loops i2c-i801: Fix block transaction poll loops Two of the three poll loops have the poll and sleep swapped, causing an extra sleep to occur after the polled condition is fulfilled. In practice, this doubles the amount of sleep time for every block transaction. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>