From: Grazvydas Ignotas Date: Tue, 21 Aug 2012 06:09:48 +0000 (+0300) Subject: OMAPFB: fix framebuffer console colors X-Git-Tag: v3.2.30~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fd4e8f0ecd916f761459f0dc7174940ce3a0b99;p=pandora-kernel.git OMAPFB: fix framebuffer console colors commit c1c52848cef52e157468b8879fc3cae23b6f3a99 upstream. 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 Signed-off-by: Tomi Valkeinen Signed-off-by: Florian Tobias Schandinat Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed