From: Antonino A. Daplas Date: Wed, 9 Nov 2005 05:39:17 +0000 (-0800) Subject: [PATCH] fbdev: Possible endian fix in cfbimageblit X-Git-Tag: v2.6.15-rc1~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81d3e147ec9ffc6ef04b5f05afa4bef22487b32b;p=pandora-kernel.git [PATCH] fbdev: Possible endian fix in cfbimageblit Fix possible endian bug(?) when bit testing in slow_imageblit(). This function is rarely called (only if (width * bpp) % 32 != 0) thus the bug is not triggered. However, if the console is rotated at 90 or 270 degrees, the height becomes the width, and a variety of fonts have heights that will force a call to slow_imageblit(). Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed