ARM: OMAP1: Fix out-of-bounds array access for Innovator
authorTony Lindgren <tony@atomide.com>
Wed, 22 Feb 2012 00:33:08 +0000 (16:33 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 22 Feb 2012 00:33:08 +0000 (16:33 -0800)
Otherwise we can get the following on some compilers:

arch/arm/mach-omap1/board-innovator.c:419:19: warning:
array subscript is above array bounds [-Warray-bounds]
arch/arm/mach-omap1/board-innovator.c:425:19: warning:
array subscript is above array bounds [-Warray-bounds]

Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found