diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2006-06-26 03:26:56 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 12:58:31 -0400 |
commit | f837e6f73fe3f04594dad9829df6c7baa5b64a85 (patch) | |
tree | ef08bf98f116c50189a5659137e7f6b6b1795b60 /drivers/video/valkyriefb.c | |
parent | 4efefd1d8ea4eaf71bacc4f71fa017c202fa67ec (diff) |
[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 <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/valkyriefb.c')
0 files changed, 0 insertions, 0 deletions