From: Grazvydas Ignotas Date: Sat, 4 Aug 2012 16:19:13 +0000 (+0300) Subject: OMAPFB: fix framebuffer console colors X-Git-Tag: v3.7-rc1~48^2~1^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2496dc9427a4f8d7db47a09ac9bb194b233fe88;p=pandora-kernel.git OMAPFB: fix framebuffer console colors omapfb does not currently set pseudo palette correctly for color depths above 16bpp, making red text invisible, command like echo -e '\e[0;31mRED' > /dev/tty1 will display nothing on framebuffer console in 24bpp mode. This is because temporary variable is declared incorrectly, fix it. Signed-off-by: Grazvydas Ignotas Cc: stable@vger.kernel.org Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed