fbdev: clean the penguin's dirty feet
authorClemens Ladisch <clemens@ladisch.de>
Wed, 19 Nov 2008 23:36:10 +0000 (15:36 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Nov 2008 02:49:57 +0000 (18:49 -0800)
commitcf7ee554f3a324e98181b0ea249d9d5be3a0acb8
treecf1f1d254c49fec9ef2b839b5a146b118ac57d18
parente00b4ff7ebf098b11b11be403921c1cf41d9e321
fbdev: clean the penguin's dirty feet

When booting in a direct color mode, the penguin has dirty feet, i.e.,
some pixels have the wrong color.  This is caused by
fb_set_logo_directpalette() which does not initialize the last 32 palette
entries.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/fbmem.c