commit | 4dbb8e57c1ef23e5822b85a646b4ba31a98b9864 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Mon Mar 08 16:39:24 2010 +0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue May 11 11:35:33 2010 -0700 |
tree | 2045fd73a1e80153324efc1d1535a7d97aa60340 | |
parent | 1e1d25cb0d248d58ac8e586ebb23bf2f6dc55c0b [diff] |
staging: rt2860: off by one errors The code is trying to say that if the offset is higher than the max it should be set to the max, but there is an off by one bug and it sets it one passed the end of the array. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>