[ARM] Off-by-one in arch/arm/common/icst*
authorEric Sesterhenn <snakebyte@gmx.de>
Tue, 26 Sep 2006 12:22:00 +0000 (14:22 +0200)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 27 Sep 2006 22:17:54 +0000 (23:17 +0100)
hi,

a quick find -iname \*.[ch] | xargs grep "> ARRAY_SIZE(", revealed
these in the icst drivers.
If i == ARRAY_SIZE, we get past the idx2s array.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found