commit | bb579cf1d413b930be0241987b848e0f0c1b292f | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Tue Oct 10 14:37:29 2006 -0700 |
committer | Paul Mackerras <paulus@samba.org> | Mon Oct 16 15:52:14 2006 +1000 |
tree | 2a57ee873749bbb12eca3b1f5cff01fa22ddf760 | |
parent | ee4ea82c07fa8aa46037962ec3e8b40c5144b5eb [diff] |
[POWERPC] Off-by-one in /arch/ppc/platforms/mpc8* A find -iname \*.[ch] | xargs grep "> ARRAY_SIZE(" revealed several incorrect usages of ARRAY_SIZE in the mpc drivers. The last element in the array is always ARRAY_SIZE()-1, this patch modifies the bounds checks accordingly. Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de> Cc: Vitaly Bordug <vbordug@ru.mvista.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Paul Mackerras <paulus@samba.org>