From: Jean Delvare Date: Mon, 12 Jun 2006 19:49:36 +0000 (+0200) Subject: [PATCH] i2c-i801: Fix block transaction poll loops X-Git-Tag: v2.6.18-rc1~1081^2~226^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=397e2f66a23469e2b8a13b764cb2d9ff2444ad5a;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed