]> git.karo-electronics.de Git - mv-sheeva.git/commit
Staging: rt2860: test off by one in RtmpAsicSendCommandToMcu()
authorRoel Kluin <roel.kluin@gmail.com>
Sat, 26 Dec 2009 19:00:47 +0000 (20:00 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 4 Mar 2010 00:42:34 +0000 (16:42 -0800)
commit23a51a8061567a47347ade59edf2a0bde0eece30
tree6813d9654bcfd013b9c7dee45756c0389b0b4b8f
parent716323c09319ae5e6c9e413a6378d61a77b26996
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>
drivers/staging/rt2860/common/rtmp_mcu.c