forked from Minki/linux
i810fb: the pseudo_palette is only 16 elements long
The pseudo_palette is only 16 elements long. Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
f0e3ad4448
commit
372166af0b
@ -266,7 +266,7 @@ struct i810fb_par {
|
|||||||
struct i810fb_i2c_chan chan[3];
|
struct i810fb_i2c_chan chan[3];
|
||||||
struct mutex open_lock;
|
struct mutex open_lock;
|
||||||
unsigned int use_count;
|
unsigned int use_count;
|
||||||
u32 pseudo_palette[17];
|
u32 pseudo_palette[16];
|
||||||
unsigned long mmio_start_phys;
|
unsigned long mmio_start_phys;
|
||||||
u8 __iomem *mmio_start_virtual;
|
u8 __iomem *mmio_start_virtual;
|
||||||
u8 *edid;
|
u8 *edid;
|
||||||
|
Loading…
Reference in New Issue
Block a user