From: Roel Kluin Date: Thu, 23 Apr 2009 14:27:39 +0000 (+0200) Subject: i2c-pxa.c: timeouts off by 1 X-Git-Tag: linux-omap-v2.6.30-rc6~34^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d10db3a07e38bfb1bff92c790072d85b0bcc07eb;p=pandora-kernel.git i2c-pxa.c: timeouts off by 1 With `while (timeout--)' timeout reaches -1 after the loop, so the tests below are off by one. Signed-off-by: Roel Kluin Acked-by: Wolfram Sang Signed-off-by: Ben Dooks --- Reading git-diff-tree failed