From: Roel Kluin Date: Tue, 2 Feb 2010 12:43:44 +0000 (+0000) Subject: hisax: timeout off by one in waitrecmsg() X-Git-Tag: v2.6.34-rc1~233^2~436 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e23e11792a77c7d54f363841cd5e33074fb0c8c9;p=pandora-kernel.git hisax: timeout off by one in waitrecmsg() With `while (timeout++ < maxdelay)' timeout reaches maxdelay + 1 after the loop This is probably unlikely a problem in practice. Signed-off-by: Roel Kluin Cc: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed