From: Tony Lindgren Date: Wed, 22 Feb 2012 00:33:08 +0000 (-0800) Subject: ARM: OMAP1: Fix out-of-bounds array access for Innovator X-Git-Tag: v3.3-rc6~22^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2226957ed2d84add88368aa4c4f69eae4b4843a3;p=pandora-kernel.git ARM: OMAP1: Fix out-of-bounds array access for Innovator 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 --- Reading git-diff-tree failed