Commit 02c2c209 authored by Antonino A. Daplas's avatar Antonino A. Daplas Committed by Linus Torvalds

platinumfb: the pseudo_palette is only 16 elements long

The pseudo_palette is only 16 elements long.
Signed-off-by: default avatarAntonino Daplas <adaplas@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d01184c8
...@@ -52,7 +52,7 @@ struct fb_info_platinum { ...@@ -52,7 +52,7 @@ struct fb_info_platinum {
struct { struct {
__u8 red, green, blue; __u8 red, green, blue;
} palette[256]; } palette[256];
u32 pseudo_palette[17]; u32 pseudo_palette[16];
volatile struct cmap_regs __iomem *cmap_regs; volatile struct cmap_regs __iomem *cmap_regs;
unsigned long cmap_regs_phys; unsigned long cmap_regs_phys;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment