git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cacfc8c
)
[PATCH] Fix pseudo_palette setup in asiliantfb_setcolreg()
author
Antonino A. Daplas
<adaplas@gmail.com>
Fri, 24 Feb 2006 21:04:20 +0000
(13:04 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 24 Feb 2006 22:31:39 +0000
(14:31 -0800)
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>
No differences found