projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d01184c
)
platinumfb: the pseudo_palette is only 16 elements long
author
Antonino A. Daplas
<
[email protected]
>
Tue, 17 Jul 2007 11:05:38 +0000
(
04:05
-0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 17 Jul 2007 17:23:12 +0000
(10:23 -0700)
The pseudo_palette is only 16 elements long.
Signed-off-by: Antonino Daplas <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/platinumfb.c
patch
|
blob
|
history
diff --git
a/drivers/video/platinumfb.c
b/drivers/video/platinumfb.c
index e64f8b5d0056e54142887bfee25c22d5b3f65da6..8503e733a172454cbaf89675d3627f4535c2bf62 100644
(file)
--- a/
drivers/video/platinumfb.c
+++ b/
drivers/video/platinumfb.c
@@
-52,7
+52,7
@@
struct fb_info_platinum {
struct {
__u8 red, green, blue;
} palette[256];
- u32 pseudo_palette[1
7
];
+ u32 pseudo_palette[1
6
];
volatile struct cmap_regs __iomem *cmap_regs;
unsigned long cmap_regs_phys;