]> Git Repo - linux.git/commitdiff
68328fb: the pseudo_palette is only 16 elements long
authorAntonino A. Daplas <[email protected]>
Tue, 17 Jul 2007 11:05:34 +0000 (04:05 -0700)
committerLinus Torvalds <[email protected]>
Tue, 17 Jul 2007 17:23:11 +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/68328fb.c

index 0dda73da862843d386402333e9eb663fe9d4ea6f..7f907fb23b8a3414044eee2b8363b63f340ba1d7 100644 (file)
@@ -60,7 +60,7 @@ static u_long videomemory;
 static u_long videomemorysize;
 
 static struct fb_info fb_info;
-static u32 mc68x328fb_pseudo_palette[17];
+static u32 mc68x328fb_pseudo_palette[16];
 
 static struct fb_var_screeninfo mc68x328fb_default __initdata = {
        .red =          { 0, 8, 0 },
This page took 0.048506 seconds and 4 git commands to generate.