commit | ee713059d4922e4ee17700496d9eb3b95b1ab836 | [log] [tgz] |
---|---|---|
author | Antonino A. Daplas <adaplas@gmail.com> | Fri Feb 24 13:04:20 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Feb 24 14:31:39 2006 -0800 |
tree | fe56c8f04342938813edce2bb0c92a984b125457 | |
parent | cacfc8cf4ed6e05a0d9a8bd17ab85536abd0f6c5 [diff] |
[PATCH] Fix pseudo_palette setup in asiliantfb_setcolreg() The setcolreg function will attempt to write 24 color entries to the pseudo_pallette. However, the pseudo_palette has only space for 16 entries. Thanks to Atsushi Nemoto for reporting this bug. Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>