From: Roel Kluin Date: Sat, 26 Dec 2009 19:00:47 +0000 (+0100) Subject: Staging: rt2860: test off by one in RtmpAsicSendCommandToMcu() X-Git-Tag: v2.6.34-rc1~10^2~1^2~280 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23a51a8061567a47347ade59edf2a0bde0eece30;p=pandora-kernel.git Staging: rt2860: test off by one in RtmpAsicSendCommandToMcu() `i' reaches 101 after the loop, so if it was 100 then it succeeded in the last iteration. This is probably unlikely to cause problems. Signed-off-by: Roel Kluin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed