Skip to content

Commit

Permalink
intelfb: the pseudo_palette is only 16 elements long
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
adaplas authored and Linus Torvalds committed Jul 17, 2007
1 parent 372166a commit c312f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/intelfb/intelfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ struct intelfb_info {
u32 ring_lockup;

/* palette */
u32 pseudo_palette[17];
u32 pseudo_palette[16];

/* chip info */
int pci_chipset;
Expand Down

0 comments on commit c312f97

Please sign in to comment.