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

intelfb: 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 372166af
......@@ -302,7 +302,7 @@ struct intelfb_info {
u32 ring_lockup;
/* palette */
u32 pseudo_palette[17];
u32 pseudo_palette[16];
/* chip info */
int pci_chipset;
......
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