From: "Antonino A. Daplas" Fill transp->msb_right with the correct value. fbcon ignores this, but user apps may not. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton --- drivers/video/neofb.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/video/neofb.c~neofb-fill-transp-msb_right-with-the-correct drivers/video/neofb.c --- a/drivers/video/neofb.c~neofb-fill-transp-msb_right-with-the-correct +++ a/drivers/video/neofb.c @@ -665,6 +665,7 @@ neofb_check_var(struct fb_var_screeninfo var->red.msb_right = 0; var->green.msb_right = 0; var->blue.msb_right = 0; + var->transp.msb_right = 0; switch (var->bits_per_pixel) { case 8: /* PSEUDOCOLOUR, 256 */ _