From: Grazvydas Ignotas Date: Tue, 21 Aug 2012 06:09:48 +0000 (+0300) Subject: OMAPFB: fix framebuffer console colors X-Git-Tag: v3.6-rc5~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1c52848cef52e157468b8879fc3cae23b6f3a99;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 # v3.x Signed-off-by: Tomi Valkeinen Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed