From: Antonino A. Daplas Date: Mon, 26 Jun 2006 07:26:56 +0000 (-0700) Subject: [PATCH] fbdev: Fix logo rotation if width != height X-Git-Tag: v2.6.18-rc1~694 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f837e6f73fe3f04594dad9829df6c7baa5b64a85;p=pandora-kernel.git [PATCH] fbdev: Fix logo rotation if width != height Logo drawing crashes or produces a corrupt display if the logo width and height are not equal. The dimensions are transposed prior to the actual rotation and the width is used instead of the height in the actual rotation code. These produce a corrupt image. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed