commit | 23a51a8061567a47347ade59edf2a0bde0eece30 | [log] [tgz] |
---|---|---|
author | Roel Kluin <roel.kluin@gmail.com> | Sat Dec 26 20:00:47 2009 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Mar 03 16:42:34 2010 -0800 |
tree | 6813d9654bcfd013b9c7dee45756c0389b0b4b8f | |
parent | 716323c09319ae5e6c9e413a6378d61a77b26996 [diff] |
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 <roel.kluin@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>