]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7d37b1206b4a44b3a1d9f4c7325023e33e85d7e2
tree232a8933c7751ded58fc1f8f3d1e41f9bd2e5bc7
parentad8af4aa043e52825946536a6207aa1ebc30d12f
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 <tony@atomide.com>
arch/arm/mach-omap1/board-innovator.c