powerpc: Fix old bug in prom_init setting of the color
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 14 Dec 2011 13:55:11 +0000 (13:55 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 19 Dec 2011 03:41:25 +0000 (14:41 +1100)
commit3f53638c805f75989f4b4be07efcfd173cdd5e2d
treea3759b96bb6ddeda50b5701c33fe2cf0103936e8
parent64968f60e73d7b3f9fca1ca5cd985d75b2cbca44
powerpc: Fix old bug in prom_init setting of the color

We have an array of 16 entries and a loop of 32 iterations... oops.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/prom_init.c