From: Grazvydas Ignotas Date: Thu, 19 Jul 2012 20:33:52 +0000 (+0300) Subject: OMAPDSS: OMAPFB: fix framebuffer console colors X-Git-Tag: sz_release_151~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0f1bc7583e14ba690569c92dcd54efbabf8e2be;p=pandora-kernel.git OMAPDSS: 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 in 24bpp mode. This is because temporary variable is declared incorrectly, fix it. Signed-off-by: Grazvydas Ignotas --- Reading git-diff-tree failed