Skip to content

Commit 3b67856

Browse files
author
Ben Benson
committed
Splash Screen: bug fix
Prevents fullscreen logos from being drawn multiple times. With small enough logos, the image would be drawn multiple times across the screen.
1 parent a76b7b2 commit 3b67856

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/video/fbdev/core/fb_logo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ static int fb_show_logo_line(struct fb_info *info, int rotate,
476476
if (fullscreen_logo_enabled) {
477477
fb_set_logo_from_file(info, fullscreen_logo_path,
478478
&image, palette);
479+
n = 1;
479480
} else {
480481
image.depth = 8;
481482
image.data = logo->data;

0 commit comments

Comments
 (0)